#CAFBBE

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

Shades of Tea Green #CAFBBE

Tints of Tea Green #CAFBBE

Color information

#CAFBBE (or 0xCAFBBE) is unknown color: approx Tea Green. HEX triplet: CA, FB and BE. RGB value is (202,251,190). Sum of RGB (Red+Green+Blue) = 202+251+190=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBBE is #350441. Grayscale: #E5E5E5. Windows color (decimal): -3474498 or 12516298. OLE color: 12516298.

HSL color Cylindrical-coordinate representation of color #CAFBBE: hue angle of 108.2º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAFBBE is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB202251190-
CMYK0.2000.240.02
HSL108.2º88.41%86.47%-
HSV(B)108.2º24.3%98.43%-
XYZ68.1585.2761.58-
YUV229.4105.77108.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 251 (98.44% from 255) = 39.04%
BLUE value IS 190 (74.61% from 255) = 29.55%
R=31.42%
G=39.04%
B=29.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511900.2000.240.02108.288.4186.47
HexCAFBBE1401826c5856
Octal312373276240302154130126
Binary1100101011111011101111101010001100010110110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBBE; }

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

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

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

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

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

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

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

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