#CAFBAF

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

Shades of Tea Green #CAFBAF

Tints of Tea Green #CAFBAF

Color information

#CAFBAF (or 0xCAFBAF) is unknown color: approx Tea Green. HEX triplet: CA, FB and AF. RGB value is (202,251,175). Sum of RGB (Red+Green+Blue) = 202+251+175=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFBAF is #350450. Grayscale: #E3E3E3. Windows color (decimal): -3474513 or 11533258. OLE color: 11533258.

HSL color Cylindrical-coordinate representation of color #CAFBAF: hue angle of 98.68º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAFBAF is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB202251175-
CMYK0.2000.300.02
HSL98.68º90.48%83.53%-
HSV(B)98.68º30.28%98.43%-
XYZ66.5984.6553.39-
YUV227.6898.27109.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 251 (98.44% from 255) = 39.97%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=32.17%
G=39.97%
B=27.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511750.2000.300.0298.6890.4883.53
HexCAFBAF1401E2635a54
Octal312373257240362143132124
Binary1100101011111011101011111010001111010110001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBAF; }

 p { color: rgb(202,251,175); }

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

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

 a { background-color: rgb(202,251,175); }

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

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

 span { border-color: rgb(202,251,175); }

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