#D0FBAE

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

Shades of Tea Green #D0FBAE

Tints of Tea Green #D0FBAE

Color information

#D0FBAE (or 0xD0FBAE) is unknown color: approx Tea Green. HEX triplet: D0, FB and AE. RGB value is (208,251,174). Sum of RGB (Red+Green+Blue) = 208+251+174=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FBAE is #2F0451. Grayscale: #E5E5E5. Windows color (decimal): -3081298 or 11467728. OLE color: 11467728.

HSL color Cylindrical-coordinate representation of color #D0FBAE: hue angle of 93.51º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0FBAE is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB208251174-
CMYK0.1700.310.02
HSL93.51º90.59%83.33%-
HSV(B)93.51º30.68%98.43%-
XYZ68.1585.4652.95-
YUV229.3696.75112.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 251 (98.44% from 255) = 39.65%
BLUE value IS 174 (68.36% from 255) = 27.49%
R=32.86%
G=39.65%
B=27.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082511740.1700.310.0293.5190.5983.33
HexD0FBAE1101F25e5b53
Octal320373256210372136133123
Binary1101000011111011101011101000101111110101111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FBAE; }

 p { color: rgb(208,251,174); }

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

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

 a { background-color: rgb(208,251,174); }

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

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

 span { border-color: rgb(208,251,174); }

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