#CAF1B7

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

Shades of Tea Green #CAF1B7

Tints of Tea Green #CAF1B7

Color information

#CAF1B7 (or 0xCAF1B7) is unknown color: approx Tea Green. HEX triplet: CA, F1 and B7. RGB value is (202,241,183). Sum of RGB (Red+Green+Blue) = 202+241+183=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1B7 is #350E48. Grayscale: #DEDEDE. Windows color (decimal): -3477065 or 12054986. OLE color: 12054986.

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

Color convert

RGB202241183-
CMYK0.1600.240.05
HSL100.34º67.44%83.14%-
HSV(B)100.34º24.07%94.51%-
XYZ64.3678.8956.63-
YUV222.73105.58113.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 183 (71.88% from 255) = 29.23%
R=32.27%
G=38.50%
B=29.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411830.1600.240.05100.3467.4483.14
HexCAF1B7100185644353
Octal312361267200305144103123
Binary11001010111100011011011110000011000101110010010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1B7; }

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

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

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

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

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

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

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

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