Html Css Color HEX #D2FFC2 Tea Green

📋 copy color: '#D2FFC2'

red 210 ◦ green 255 ◦ blue 194

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

Shades of Tea Green #D2FFC2

Tints of Tea Green #D2FFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.44%

R = 31.87%
G = 38.69%
B = 29.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#D2FFC2 (or 0xD2FFC2) is known color: Tea Green. HEX triplet: D2, FF and C2. RGB value is (210,255,194). Sum of RGB (Red+Green+Blue) = 210+255+194=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 194 (76.17% from 255 or 29.44% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFC2 is #2D003D. Grayscale: #EAEAEA. Windows color (decimal): -2949182 or 12779474. OLE color: 12779474.

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

Color convert

RGB 210 255 194 -
CMYK 0.18 0 0.24 0
HSL 104.26º 1% 0.88% -
HSV(B) 104.26º 0.24% 1% -
XYZ 72.08 89.12 64.44 -
YUV 234.59 105.09 110.46 -
System Red Green Blue C M Y K H S L
Decimal 210 255 194 0.18 0 0.24 0 104.26 1 0.88
Hex D2 FF C2 12 0 18 0 68 64 58
Octal 322 377 302 22 0 30 0 150 144 130
Binary 11010010 11111111 11000010 10010 0 11000 0 1101000 1100100 1011000

Color Harmonies of #D2FFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FFC2

Black with #D2FFC2

Text Example


Text Example

White with #D2FFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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