Html Css Color HEX #D2FDAF Tea Green

📋 copy color: '#D2FDAF'

red 210 ◦ green 253 ◦ blue 175

#D2FDAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #D2FDAF

Tints of Tea Green #D2FDAF

RGB

 RED value IS 210 (82.42% from 255) = 32.92%

 GREEN value IS 253 (99.22% from 255) = 39.66%

 BLUE value IS 175 (68.75% from 255) = 27.43%

R = 32.92%
G = 39.66%
B = 27.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#D2FDAF (or 0xD2FDAF) is known color: Tea Green. HEX triplet: D2, FD and AF. RGB value is (210,253,175). Sum of RGB (Red+Green+Blue) = 210+253+175=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FDAF is #2D0250. Grayscale: #E7E7E7. Windows color (decimal): -2949713 or 11533778. OLE color: 11533778.

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

Color convert

RGB 210 253 175 -
CMYK 0.17 0 0.31 0.01
HSL 93.08º 0.95% 0.84% -
HSV(B) 93.08º 0.31% 0.99% -
XYZ 69.44 87.05 53.7 -
YUV 231.25 96.25 112.84 -
System Red Green Blue C M Y K H S L
Decimal 210 253 175 0.17 0 0.31 0.01 93.08 0.95 0.84
Hex D2 FD AF 11 0 1F 1 5D 5F 54
Octal 322 375 257 21 0 37 1 135 137 124
Binary 11010010 11111101 10101111 10001 0 11111 1 1011101 1011111 1010100

Color Harmonies of #D2FDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FDAF

Black with #D2FDAF

Text Example


Text Example

White with #D2FDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FDAF; }

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

 H1.HeaderClassName
 {
   color: #D2FDAF;
 }
 .AnyTagClassName
 {
   color: #D2FDAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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