#CAF8AE

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

Shades of Tea Green #CAF8AE

Tints of Tea Green #CAF8AE

Color information

#CAF8AE (or 0xCAF8AE) is unknown color: approx Tea Green. HEX triplet: CA, F8 and AE. RGB value is (202,248,174). Sum of RGB (Red+Green+Blue) = 202+248+174=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF8AE is #350751. Grayscale: #E2E2E2. Windows color (decimal): -3475282 or 11466954. OLE color: 11466954.

HSL color Cylindrical-coordinate representation of color #CAF8AE: hue angle of 97.3º degrees, saturation: 0.84, 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 #CAF8AE is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB202248174-
CMYK0.1900.300.03
HSL97.3º84.09%82.75%-
HSV(B)97.3º29.84%97.25%-
XYZ65.5682.7552.56-
YUV225.8198.76111.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=32.37%
G=39.74%
B=27.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022481740.1900.300.0397.384.0982.75
HexCAF8AE1301E3615453
Octal312370256230363141124123
Binary1100101011111000101011101001101111011110000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8AE; }

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

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

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

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

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

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

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

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