Html Css Color HEX #D9F2BA Tea Green

📋 copy color: '#D9F2BA'

red 217 ◦ green 242 ◦ blue 186

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

Shades of Tea Green #D9F2BA

Tints of Tea Green #D9F2BA

RGB

 RED value IS 217 (85.16% from 255) = 33.64%

 GREEN value IS 242 (94.92% from 255) = 37.52%

 BLUE value IS 186 (73.05% from 255) = 28.84%

R = 33.64%
G = 37.52%
B = 28.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#D9F2BA (or 0xD9F2BA) is known color: Tea Green. HEX triplet: D9, F2 and BA. RGB value is (217,242,186). Sum of RGB (Red+Green+Blue) = 217+242+186=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2BA is #260D45. Grayscale: #E4E4E4. Windows color (decimal): -2493766 or 12251865. OLE color: 12251865.

HSL color Cylindrical-coordinate representation of color #D9F2BA: hue angle of 86.79º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9F2BA is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 242 186 -
CMYK 0.10 0 0.23 0.05
HSL 86.79º 0.68% 0.84% -
HSV(B) 86.79º 0.23% 0.95% -
XYZ 69.23 81.8 58.59 -
YUV 228.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 217 242 186 0.10 0 0.23 0.05 86.79 0.68 0.84
Hex D9 F2 BA A 0 17 5 57 44 54
Octal 331 362 272 12 0 27 5 127 104 124
Binary 11011001 11110010 10111010 1010 0 10111 101 1010111 1000100 1010100

Color Harmonies of #D9F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2BA

Black with #D9F2BA

Text Example


Text Example

White with #D9F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2BA; }

 p { color: rgb(217,242,186); }

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

background-color css

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

 a { background-color: rgb(217,242,186); }

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

border-color css

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

 span { border-color: rgb(217,242,186); }

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