#CAFDAF

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

Shades of Tea Green #CAFDAF

Tints of Tea Green #CAFDAF

Color information

#CAFDAF (or 0xCAFDAF) is unknown color: approx Tea Green. HEX triplet: CA, FD and AF. RGB value is (202,253,175). Sum of RGB (Red+Green+Blue) = 202+253+175=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDAF is #350250. Grayscale: #E5E5E5. Windows color (decimal): -3474001 or 11533770. OLE color: 11533770.

HSL color Cylindrical-coordinate representation of color #CAFDAF: hue angle of 99.23º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAFDAF is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB202253175-
CMYK0.2000.310.01
HSL99.23º95.12%83.92%-
HSV(B)99.23º30.83%99.22%-
XYZ67.2285.953.6-
YUV228.8697.6108.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 253 (99.22% from 255) = 40.16%
BLUE value IS 175 (68.75% from 255) = 27.78%
R=32.06%
G=40.16%
B=27.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531750.2000.310.0199.2395.1283.92
HexCAFDAF1401F1635f54
Octal312375257240371143137124
Binary110010101111110110101111101000111111110001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDAF; }

 p { color: rgb(202,253,175); }

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

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

 a { background-color: rgb(202,253,175); }

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

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

 span { border-color: rgb(202,253,175); }

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