Html Css Color HEX #D2FFB2 Tea Green

📋 copy color: '#D2FFB2'

red 210 ◦ green 255 ◦ blue 178

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

Shades of Tea Green #D2FFB2

Tints of Tea Green #D2FFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.68%

R = 32.66%
G = 39.66%
B = 27.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#D2FFB2 (or 0xD2FFB2) is known color: Tea Green. HEX triplet: D2, FF and B2. RGB value is (210,255,178). Sum of RGB (Red+Green+Blue) = 210+255+178=643 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.66% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 178 (69.92% from 255 or 27.68% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FFB2 is #2D004D. Grayscale: #E9E9E9. Windows color (decimal): -2949198 or 11730898. OLE color: 11730898.

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

Color convert

RGB 210 255 178 -
CMYK 0.18 0 0.30 0
HSL 95.06º 1% 0.85% -
HSV(B) 95.06º 0.3% 1% -
XYZ 70.37 88.44 55.48 -
YUV 232.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 210 255 178 0.18 0 0.30 0 95.06 1 0.85
Hex D2 FF B2 12 0 1E 0 5F 64 55
Octal 322 377 262 22 0 36 0 137 144 125
Binary 11010010 11111111 10110010 10010 0 11110 0 1011111 1100100 1010101

Color Harmonies of #D2FFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FFB2

Black with #D2FFB2

Text Example


Text Example

White with #D2FFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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