#7ECFCB

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

Shades of Bermuda #7ECFCB

Tints of Bermuda #7ECFCB

Color information

#7ECFCB (or 0x7ECFCB) is unknown color: approx Bermuda. HEX triplet: 7E, CF and CB. RGB value is (126,207,203). Sum of RGB (Red+Green+Blue) = 126+207+203=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFCB is #813034. Grayscale: #B6B6B6. Windows color (decimal): -8466485 or 13356926. OLE color: 13356926.

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

Color convert

RGB126207203-
CMYK0.3900.020.19
HSL177.04º45.76%65.29%-
HSV(B)177.04º39.13%81.18%-
XYZ41.753.3764.6-
YUV182.32139.6687.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.51%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=23.51%
G=38.62%
B=37.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262072030.3900.020.19177.0445.7665.29
Hex7ECFCB270213b12e41
Octal17631731347022326156101
Binary1111110110011111100101110011101010011101100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,207,203); }

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

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

 a { background-color: rgb(126,207,203); }

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

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

 span { border-color: rgb(126,207,203); }

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