#7ECAC2

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

Shades of Bermuda #7ECAC2

Tints of Bermuda #7ECAC2

Color information

#7ECAC2 (or 0x7ECAC2) is unknown color: approx Bermuda. HEX triplet: 7E, CA and C2. RGB value is (126,202,194). Sum of RGB (Red+Green+Blue) = 126+202+194=522 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.14% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECAC2 is #81353D. Grayscale: #B2B2B2. Windows color (decimal): -8467774 or 12765822. OLE color: 12765822.

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

Color convert

RGB126202194-
CMYK0.3800.040.21
HSL173.68º41.76%64.31%-
HSV(B)173.68º37.62%79.22%-
XYZ39.4650.5758.72-
YUV178.36136.8290.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.14%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 194 (76.17% from 255) = 37.16%
R=24.14%
G=38.70%
B=37.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262021940.3800.040.21173.6841.7664.31
Hex7ECAC2260415ae2a40
Octal17631230246042525652100
Binary11111101100101011000010100110010010101101011101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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