#7ECAC8

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

Shades of Bermuda #7ECAC8

Tints of Bermuda #7ECAC8

Color information

#7ECAC8 (or 0x7ECAC8) is unknown color: approx Bermuda. HEX triplet: 7E, CA and C8. RGB value is (126,202,200). Sum of RGB (Red+Green+Blue) = 126+202+200=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECAC8 is #813537. Grayscale: #B2B2B2. Windows color (decimal): -8467768 or 13159038. OLE color: 13159038.

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

Color convert

RGB126202200-
CMYK0.3800.010.21
HSL178.42º41.76%64.31%-
HSV(B)178.42º37.62%79.22%-
XYZ40.1550.8562.34-
YUV179.05139.8290.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.86%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=23.86%
G=38.26%
B=37.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262022000.3800.010.21178.4241.7664.31
Hex7ECAC8260115b22a40
Octal17631231046012526252100
Binary111111011001010110010001001100110101101100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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