#7BCECA

Color #7BCECA Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #7BCECA

Tints of Bermuda #7BCECA

Color information

#7BCECA (or 0x7BCECA) is unknown color: approx Bermuda. HEX triplet: 7B, CE and CA. RGB value is (123,206,202). Sum of RGB (Red+Green+Blue) = 123+206+202=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCECA is #843135. Grayscale: #B4B4B4. Windows color (decimal): -8663350 or 13291131. OLE color: 13291131.

HSL color Cylindrical-coordinate representation of color #7BCECA: hue angle of 177.11º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCECA is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB123206202-
CMYK0.4000.020.19
HSL177.11º45.86%64.51%-
HSV(B)177.11º40.29%80.78%-
XYZ40.952.6263.88-
YUV180.7314086.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 23.16%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=23.16%
G=38.79%
B=38.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1232062020.4000.020.19177.1145.8664.51
Hex7BCECA280213b12e41
Octal17331631250022326156101
Binary1111011110011101100101010100001010011101100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BCECA; }

 p { color: rgb(123,206,202); }

 H1.HeaderClassName
 {
   color: #7BCECA;
 }
 .AnyTagClassName
 {
   color: #7BCECA;
 }
</style>
background-color css

<style>
 a { background-color: #7BCECA; }

 a { background-color: rgb(123,206,202); }

 div.DivClassName
 {
   background-color: #7BCECA;
 }
 .BgClassName
 {
   background-color: #7BCECA;
 }
</style>
border-color css

<style>
 span { border-color: #7BCECA; }

 span { border-color: rgb(123,206,202); }

 td.TdClassName
 {
   border-color: #7BCECA;
 }
 .TagClassName
 {
   border-color: #7BCECA;
 }
</style>