Html Css Color HEX #D2FFB0 Tea Green

📋 copy color: '#D2FFB0'

red 210 ◦ green 255 ◦ blue 176

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

Shades of Tea Green #D2FFB0

Tints of Tea Green #D2FFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 39.78%

 BLUE value IS 176 (69.14% from 255) = 27.46%

R = 32.76%
G = 39.78%
B = 27.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#D2FFB0 (or 0xD2FFB0) is known color: Tea Green. HEX triplet: D2, FF and B0. RGB value is (210,255,176). Sum of RGB (Red+Green+Blue) = 210+255+176=641 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.76% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FFB0 is #2D004F. Grayscale: #E8E8E8. Windows color (decimal): -2949200 or 11599826. OLE color: 11599826.

HSL color Cylindrical-coordinate representation of color #D2FFB0: hue angle of 94.18º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2FFB0 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 210 255 176 -
CMYK 0.18 0 0.31 0
HSL 94.18º 1% 0.85% -
HSV(B) 94.18º 0.31% 1% -
XYZ 70.17 88.36 54.43 -
YUV 232.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 210 255 176 0.18 0 0.31 0 94.18 1 0.85
Hex D2 FF B0 12 0 1F 0 5E 64 55
Octal 322 377 260 22 0 37 0 136 144 125
Binary 11010010 11111111 10110000 10010 0 11111 0 1011110 1100100 1010101

Color Harmonies of #D2FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FFB0

Black with #D2FFB0

Text Example


Text Example

White with #D2FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FFB0; }

 p { color: rgb(210,255,176); }

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

background-color css

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

 a { background-color: rgb(210,255,176); }

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

border-color css

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

 span { border-color: rgb(210,255,176); }

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