#CEFDAF

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

Shades of Tea Green #CEFDAF

Tints of Tea Green #CEFDAF

Color information

#CEFDAF (or 0xCEFDAF) is unknown color: approx Tea Green. HEX triplet: CE, FD and AF. RGB value is (206,253,175). Sum of RGB (Red+Green+Blue) = 206+253+175=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFDAF is #310250. Grayscale: #E6E6E6. Windows color (decimal): -3211857 or 11533774. OLE color: 11533774.

HSL color Cylindrical-coordinate representation of color #CEFDAF: hue angle of 96.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEFDAF is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB206253175-
CMYK0.1900.310.01
HSL96.15º95.12%83.92%-
HSV(B)96.15º30.83%99.22%-
XYZ68.3286.4753.65-
YUV230.0596.93110.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.49%
GREEN value IS 253 (99.22% from 255) = 39.91%
BLUE value IS 175 (68.75% from 255) = 27.60%
R=32.49%
G=39.91%
B=27.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531750.1900.310.0196.1595.1283.92
HexCEFDAF1301F1605f54
Octal316375257230371140137124
Binary110011101111110110101111100110111111110000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDAF; }

 p { color: rgb(206,253,175); }

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

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

 a { background-color: rgb(206,253,175); }

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

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

 span { border-color: rgb(206,253,175); }

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