Html Css Color HEX #D2FAB9 Tea Green

📋 copy color: '#D2FAB9'

red 210 ◦ green 250 ◦ blue 185

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

Shades of Tea Green #D2FAB9

Tints of Tea Green #D2FAB9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.76%

 BLUE value IS 185 (72.66% from 255) = 28.68%

R = 32.56%
G = 38.76%
B = 28.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#D2FAB9 (or 0xD2FAB9) is known color: Tea Green. HEX triplet: D2, FA and B9. RGB value is (210,250,185). Sum of RGB (Red+Green+Blue) = 210+250+185=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 185 (72.66% from 255 or 28.68% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FAB9 is #2D0546. Grayscale: #E6E6E6. Windows color (decimal): -2950471 or 12188370. OLE color: 12188370.

HSL color Cylindrical-coordinate representation of color #D2FAB9: hue angle of 96.92º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2FAB9 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 250 185 -
CMYK 0.16 0 0.26 0.02
HSL 96.92º 0.87% 0.85% -
HSV(B) 96.92º 0.26% 0.98% -
XYZ 69.52 85.58 58.75 -
YUV 230.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 210 250 185 0.16 0 0.26 0.02 96.92 0.87 0.85
Hex D2 FA B9 10 0 1A 2 61 57 55
Octal 322 372 271 20 0 32 2 141 127 125
Binary 11010010 11111010 10111001 10000 0 11010 10 1100001 1010111 1010101

Color Harmonies of #D2FAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FAB9

Black with #D2FAB9

Text Example


Text Example

White with #D2FAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FAB9; }

 p { color: rgb(210,250,185); }

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

background-color css

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

 a { background-color: rgb(210,250,185); }

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

border-color css

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

 span { border-color: rgb(210,250,185); }

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