#CAF7AE

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

Shades of Tea Green #CAF7AE

Tints of Tea Green #CAF7AE

Color information

#CAF7AE (or 0xCAF7AE) is unknown color: approx Tea Green. HEX triplet: CA, F7 and AE. RGB value is (202,247,174). Sum of RGB (Red+Green+Blue) = 202+247+174=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF7AE is #350851. Grayscale: #E1E1E1. Windows color (decimal): -3475538 or 11466698. OLE color: 11466698.

HSL color Cylindrical-coordinate representation of color #CAF7AE: hue angle of 96.99º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAF7AE is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB202247174-
CMYK0.1800.300.03
HSL96.99º82.02%82.55%-
HSV(B)96.99º29.55%96.86%-
XYZ65.2682.1352.46-
YUV225.2299.09111.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 247 (96.88% from 255) = 39.65%
BLUE value IS 174 (68.36% from 255) = 27.93%
R=32.42%
G=39.65%
B=27.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471740.1800.300.0396.9982.0282.55
HexCAF7AE1201E3615253
Octal312367256220363141122123
Binary1100101011110111101011101001001111011110000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7AE; }

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

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

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

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

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

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

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

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