#CAF1B3

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

Shades of Tea Green #CAF1B3

Tints of Tea Green #CAF1B3

Color information

#CAF1B3 (or 0xCAF1B3) is unknown color: approx Tea Green. HEX triplet: CA, F1 and B3. RGB value is (202,241,179). Sum of RGB (Red+Green+Blue) = 202+241+179=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1B3 is #350E4C. Grayscale: #DEDEDE. Windows color (decimal): -3477069 or 11792842. OLE color: 11792842.

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

Color convert

RGB202241179-
CMYK0.1600.260.05
HSL97.74º68.89%82.35%-
HSV(B)97.74º25.73%94.51%-
XYZ63.9578.7254.47-
YUV222.27103.58113.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 179 (70.31% from 255) = 28.78%
R=32.48%
G=38.75%
B=28.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411790.1600.260.0597.7468.8982.35
HexCAF1B31001A5624552
Octal312361263200325142105122
Binary11001010111100011011001110000011010101110001010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1B3; }

 p { color: rgb(202,241,179); }

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

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

 a { background-color: rgb(202,241,179); }

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

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

 span { border-color: rgb(202,241,179); }

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