#CAF7BE

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

Shades of Tea Green #CAF7BE

Tints of Tea Green #CAF7BE

Color information

#CAF7BE (or 0xCAF7BE) is unknown color: approx Tea Green. HEX triplet: CA, F7 and BE. RGB value is (202,247,190). Sum of RGB (Red+Green+Blue) = 202+247+190=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7BE is #350841. Grayscale: #E3E3E3. Windows color (decimal): -3475522 or 12515274. OLE color: 12515274.

HSL color Cylindrical-coordinate representation of color #CAF7BE: hue angle of 107.37º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAF7BE is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB202247190-
CMYK0.1800.230.03
HSL107.37º78.08%85.69%-
HSV(B)107.37º23.08%96.86%-
XYZ66.9182.861.17-
YUV227.05107.09110.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 247 (96.88% from 255) = 38.65%
BLUE value IS 190 (74.61% from 255) = 29.73%
R=31.61%
G=38.65%
B=29.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471900.1800.230.03107.3778.0885.69
HexCAF7BE1201736b4e56
Octal312367276220273153116126
Binary1100101011110111101111101001001011111110101110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7BE; }

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

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

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

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

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

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

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

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