#C8ECAF

Color #C8ECAF Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #C8ECAF

Tints of Tea Green #C8ECAF

Color information

#C8ECAF (or 0xC8ECAF) is unknown color: approx Tea Green. HEX triplet: C8, EC and AF. RGB value is (200,236,175). Sum of RGB (Red+Green+Blue) = 200+236+175=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ECAF is #371350. Grayscale: #DADADA. Windows color (decimal): -3609425 or 11529416. OLE color: 11529416.

HSL color Cylindrical-coordinate representation of color #C8ECAF: hue angle of 95.41º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8ECAF is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB200236175-
CMYK0.1500.260.07
HSL95.41º61.62%80.59%-
HSV(B)95.41º25.85%92.55%-
XYZ61.5575.3751.86-
YUV218.28103.57114.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.73%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 175 (68.75% from 255) = 28.64%
R=32.73%
G=38.63%
B=28.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002361750.1500.260.0795.4161.6280.59
HexC8ECAFF01A75f3e51
Octal31035425717032713776121
Binary110010001110110010101111111101101011110111111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ECAF; }

 p { color: rgb(200,236,175); }

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

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

 a { background-color: rgb(200,236,175); }

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

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

 span { border-color: rgb(200,236,175); }

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