#CAFFAE

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

Shades of Tea Green #CAFFAE

Tints of Tea Green #CAFFAE

Color information

#CAFFAE (or 0xCAFFAE) is unknown color: approx Tea Green. HEX triplet: CA, FF and AE. RGB value is (202,255,174). Sum of RGB (Red+Green+Blue) = 202+255+174=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFAE is #350051. Grayscale: #E6E6E6. Windows color (decimal): -3473490 or 11468746. OLE color: 11468746.

HSL color Cylindrical-coordinate representation of color #CAFFAE: hue angle of 99.26º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAFFAE is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB202255174-
CMYK0.2100.320
HSL99.26º100%84.12%-
HSV(B)99.26º31.76%100%-
XYZ67.7687.1353.29-
YUV229.9296.44108.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=32.01%
G=40.41%
B=27.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551740.2100.32099.2610084.12
HexCAFFAE150200636454
Octal312377256250400143144124
Binary1100101011111111101011101010101000000110001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFAE; }

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

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

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

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

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

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

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

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