#CAFBB0

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

Shades of Tea Green #CAFBB0

Tints of Tea Green #CAFBB0

Color information

#CAFBB0 (or 0xCAFBB0) is unknown color: approx Tea Green. HEX triplet: CA, FB and B0. RGB value is (202,251,176). Sum of RGB (Red+Green+Blue) = 202+251+176=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFBB0 is #35044F. Grayscale: #E4E4E4. Windows color (decimal): -3474512 or 11598794. OLE color: 11598794.

HSL color Cylindrical-coordinate representation of color #CAFBB0: hue angle of 99.2º 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 #CAFBB0 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB202251176-
CMYK0.2000.300.02
HSL99.2º90.36%83.73%-
HSV(B)99.2º29.88%98.43%-
XYZ66.6984.6953.91-
YUV227.898.77109.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 176 (69.14% from 255) = 27.98%
R=32.11%
G=39.90%
B=27.98%

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
Decimal2022511760.2000.300.0299.290.3683.73
HexCAFBB01401E2635a54
Octal312373260240362143132124
Binary1100101011111011101100001010001111010110001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBB0; }

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

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

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

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

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

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

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

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