#7ECFB9

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

Shades of Bermuda #7ECFB9

Tints of Bermuda #7ECFB9

Color information

#7ECFB9 (or 0x7ECFB9) is unknown color: approx Bermuda. HEX triplet: 7E, CF and B9. RGB value is (126,207,185). Sum of RGB (Red+Green+Blue) = 126+207+185=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFB9 is #813046. Grayscale: #B4B4B4. Windows color (decimal): -8466503 or 12177278. OLE color: 12177278.

HSL color Cylindrical-coordinate representation of color #7ECFB9: hue angle of 163.7º 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 #7ECFB9 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB126207185-
CMYK0.3900.110.19
HSL163.7º45.76%65.29%-
HSV(B)163.7º39.13%81.18%-
XYZ39.6752.5653.95-
YUV180.27130.6689.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.32%
GREEN value IS 207 (81.25% from 255) = 39.96%
BLUE value IS 185 (72.66% from 255) = 35.71%
R=24.32%
G=39.96%
B=35.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262071850.3900.110.19163.745.7665.29
Hex7ECFB9270B13a42e41
Octal176317271470132324456101
Binary111111011001111101110011001110101110011101001001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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