#CEFFAF

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

Shades of Tea Green #CEFFAF

Tints of Tea Green #CEFFAF

Color information

#CEFFAF (or 0xCEFFAF) is unknown color: approx Tea Green. HEX triplet: CE, FF and AF. RGB value is (206,255,175). Sum of RGB (Red+Green+Blue) = 206+255+175=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFFAF is #310050. Grayscale: #E7E7E7. Windows color (decimal): -3211345 or 11534286. OLE color: 11534286.

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

Color convert

RGB206255175-
CMYK0.1900.310
HSL96.75º100%84.31%-
HSV(B)96.75º31.37%100%-
XYZ68.9587.7453.86-
YUV231.2396.27110-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 175 (68.75% from 255) = 27.52%
R=32.39%
G=40.09%
B=27.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551750.1900.31096.7510084.31
HexCEFFAF1301F0616454
Octal316377257230370141144124
Binary110011101111111110101111100110111110110000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFAF; }

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

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

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

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

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

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

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

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