#CEFCAF

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

Shades of Tea Green #CEFCAF

Tints of Tea Green #CEFCAF

Color information

#CEFCAF (or 0xCEFCAF) is unknown color: approx Tea Green. HEX triplet: CE, FC and AF. RGB value is (206,252,175). Sum of RGB (Red+Green+Blue) = 206+252+175=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCAF is #310350. Grayscale: #E5E5E5. Windows color (decimal): -3212113 or 11533518. OLE color: 11533518.

HSL color Cylindrical-coordinate representation of color #CEFCAF: hue angle of 95.84º degrees, saturation: 0.93, 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 #CEFCAF is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB206252175-
CMYK0.1800.310.01
HSL95.84º92.77%83.73%-
HSV(B)95.84º30.56%98.82%-
XYZ6885.8453.54-
YUV229.4797.26111.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=32.54%
G=39.81%
B=27.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521750.1800.310.0195.8492.7783.73
HexCEFCAF1201F1605d54
Octal316374257220371140135124
Binary110011101111110010101111100100111111110000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCAF; }

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

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

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

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

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

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

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

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