#CAF9AE

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

Shades of Tea Green #CAF9AE

Tints of Tea Green #CAF9AE

Color information

#CAF9AE (or 0xCAF9AE) is unknown color: approx Tea Green. HEX triplet: CA, F9 and AE. RGB value is (202,249,174). Sum of RGB (Red+Green+Blue) = 202+249+174=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF9AE is #350651. Grayscale: #E2E2E2. Windows color (decimal): -3475026 or 11467210. OLE color: 11467210.

HSL color Cylindrical-coordinate representation of color #CAF9AE: hue angle of 97.6º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAF9AE is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB202249174-
CMYK0.1900.300.02
HSL97.6º86.21%82.94%-
HSV(B)97.6º30.12%97.65%-
XYZ65.8783.3652.66-
YUV226.498.43110.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 249 (97.66% from 255) = 39.84%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=32.32%
G=39.84%
B=27.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491740.1900.300.0297.686.2182.94
HexCAF9AE1301E2625653
Octal312371256230362142126123
Binary1100101011111001101011101001101111010110001010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF9AE; }

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

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

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

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

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

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

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

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