#CAF2B4

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

Shades of Tea Green #CAF2B4

Tints of Tea Green #CAF2B4

Color information

#CAF2B4 (or 0xCAF2B4) is unknown color: approx Tea Green. HEX triplet: CA, F2 and B4. RGB value is (202,242,180). Sum of RGB (Red+Green+Blue) = 202+242+180=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2B4 is #350D4B. Grayscale: #DFDFDF. Windows color (decimal): -3476812 or 11858634. OLE color: 11858634.

HSL color Cylindrical-coordinate representation of color #CAF2B4: hue angle of 98.71º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAF2B4 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB202242180-
CMYK0.1700.260.05
HSL98.71º70.45%82.75%-
HSV(B)98.71º25.62%94.9%-
XYZ64.3579.3655.11-
YUV222.97103.75113.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 242 (94.92% from 255) = 38.78%
BLUE value IS 180 (70.70% from 255) = 28.85%
R=32.37%
G=38.78%
B=28.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022421800.1700.260.0598.7170.4582.75
HexCAF2B41101A5634653
Octal312362264210325143106123
Binary11001010111100101011010010001011010101110001110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2B4; }

 p { color: rgb(202,242,180); }

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

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

 a { background-color: rgb(202,242,180); }

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

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

 span { border-color: rgb(202,242,180); }

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