#CFFDAF

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

Shades of Tea Green #CFFDAF

Tints of Tea Green #CFFDAF

Color information

#CFFDAF (or 0xCFFDAF) is unknown color: approx Tea Green. HEX triplet: CF, FD and AF. RGB value is (207,253,175). Sum of RGB (Red+Green+Blue) = 207+253+175=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDAF is #300250. Grayscale: #E6E6E6. Windows color (decimal): -3146321 or 11533775. OLE color: 11533775.

HSL color Cylindrical-coordinate representation of color #CFFDAF: hue angle of 95.38º 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 #CFFDAF is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB207253175-
CMYK0.1800.310.01
HSL95.38º95.12%83.92%-
HSV(B)95.38º30.83%99.22%-
XYZ68.686.6153.66-
YUV230.3596.76111.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 253 (99.22% from 255) = 39.84%
BLUE value IS 175 (68.75% from 255) = 27.56%
R=32.60%
G=39.84%
B=27.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072531750.1800.310.0195.3895.1283.92
HexCFFDAF1201F15f5f54
Octal317375257220371137137124
Binary110011111111110110101111100100111111101111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDAF; }

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

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

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

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

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

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

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

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