#7ECAC6

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

Shades of Bermuda #7ECAC6

Tints of Bermuda #7ECAC6

Color information

#7ECAC6 (or 0x7ECAC6) is unknown color: approx Bermuda. HEX triplet: 7E, CA and C6. RGB value is (126,202,198). Sum of RGB (Red+Green+Blue) = 126+202+198=526 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.95% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECAC6 is #813539. Grayscale: #B2B2B2. Windows color (decimal): -8467770 or 13027966. OLE color: 13027966.

HSL color Cylindrical-coordinate representation of color #7ECAC6: hue angle of 176.84º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECAC6 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB126202198-
CMYK0.3800.020.21
HSL176.84º41.76%64.31%-
HSV(B)176.84º37.62%79.22%-
XYZ39.9250.7561.12-
YUV178.82138.8290.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.95%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 198 (77.73% from 255) = 37.64%
R=23.95%
G=38.40%
B=37.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262021980.3800.020.21176.8441.7664.31
Hex7ECAC6260215b12a40
Octal17631230646022526152100
Binary1111110110010101100011010011001010101101100011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,202,198); }

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

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

 a { background-color: rgb(126,202,198); }

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

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

 span { border-color: rgb(126,202,198); }

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