#D0FCAF

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

Shades of Tea Green #D0FCAF

Tints of Tea Green #D0FCAF

Color information

#D0FCAF (or 0xD0FCAF) is unknown color: approx Tea Green. HEX triplet: D0, FC and AF. RGB value is (208,252,175). Sum of RGB (Red+Green+Blue) = 208+252+175=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FCAF is #2F0350. Grayscale: #E6E6E6. Windows color (decimal): -3081041 or 11533520. OLE color: 11533520.

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

Color convert

RGB208252175-
CMYK0.1700.310.01
HSL94.29º92.77%83.73%-
HSV(B)94.29º30.56%98.82%-
XYZ68.5686.1353.57-
YUV230.0796.92112.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 252 (98.83% from 255) = 39.69%
BLUE value IS 175 (68.75% from 255) = 27.56%
R=32.76%
G=39.69%
B=27.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082521750.1700.310.0194.2992.7783.73
HexD0FCAF1101F15e5d54
Octal320374257210371136135124
Binary110100001111110010101111100010111111101111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCAF; }

 p { color: rgb(208,252,175); }

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

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

 a { background-color: rgb(208,252,175); }

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

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

 span { border-color: rgb(208,252,175); }

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