#CAFAAE

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

Shades of Tea Green #CAFAAE

Tints of Tea Green #CAFAAE

Color information

#CAFAAE (or 0xCAFAAE) is unknown color: approx Tea Green. HEX triplet: CA, FA and AE. RGB value is (202,250,174). Sum of RGB (Red+Green+Blue) = 202+250+174=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAAE is #350551. Grayscale: #E3E3E3. Windows color (decimal): -3474770 or 11467466. OLE color: 11467466.

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

Color convert

RGB202250174-
CMYK0.1900.300.02
HSL97.89º88.37%83.14%-
HSV(B)97.89º30.4%98.04%-
XYZ66.1883.9852.77-
YUV226.9898.1110.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 174 (68.36% from 255) = 27.80%
R=32.27%
G=39.94%
B=27.80%

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
Decimal2022501740.1900.300.0297.8988.3783.14
HexCAFAAE1301E2625853
Octal312372256230362142130123
Binary1100101011111010101011101001101111010110001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAAE; }

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

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

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

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

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

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

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

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