#7ECAC9

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

Shades of Bermuda #7ECAC9

Tints of Bermuda #7ECAC9

Color information

#7ECAC9 (or 0x7ECAC9) is unknown color: approx Bermuda. HEX triplet: 7E, CA and C9. RGB value is (126,202,201). Sum of RGB (Red+Green+Blue) = 126+202+201=529 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.82% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECAC9 is #813536. Grayscale: #B3B3B3. Windows color (decimal): -8467767 or 13224574. OLE color: 13224574.

HSL color Cylindrical-coordinate representation of color #7ECAC9: hue angle of 179.21º 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 #7ECAC9 is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB126202201-
CMYK0.3800.000.21
HSL179.21º41.76%64.31%-
HSV(B)179.21º37.62%79.22%-
XYZ40.2750.8962.96-
YUV179.16140.3290.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.82%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=23.82%
G=38.19%
B=38.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262022010.3800.000.21179.2141.7664.31
Hex7ECAC9260015b32a40
Octal17631231146002526352100
Binary111111011001010110010011001100010101101100111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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