Html Css Color HEX #D5F9BA Tea Green

📋 copy color: '#D5F9BA'

red 213 ◦ green 249 ◦ blue 186

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

Shades of Tea Green #D5F9BA

Tints of Tea Green #D5F9BA

RGB

 RED value IS 213 (83.59% from 255) = 32.87%

 GREEN value IS 249 (97.66% from 255) = 38.43%

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

R = 32.87%
G = 38.43%
B = 28.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#D5F9BA (or 0xD5F9BA) is known color: Tea Green. HEX triplet: D5, F9 and BA. RGB value is (213,249,186). Sum of RGB (Red+Green+Blue) = 213+249+186=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F9BA is #2A0645. Grayscale: #E7E7E7. Windows color (decimal): -2754118 or 12253653. OLE color: 12253653.

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

Color convert

RGB 213 249 186 -
CMYK 0.14 0 0.25 0.02
HSL 94.29º 0.84% 0.85% -
HSV(B) 94.29º 0.25% 0.98% -
XYZ 70.18 85.44 59.25 -
YUV 231.05 102.57 115.12 -
System Red Green Blue C M Y K H S L
Decimal 213 249 186 0.14 0 0.25 0.02 94.29 0.84 0.85
Hex D5 F9 BA E 0 19 2 5E 54 55
Octal 325 371 272 16 0 31 2 136 124 125
Binary 11010101 11111001 10111010 1110 0 11001 10 1011110 1010100 1010101

Color Harmonies of #D5F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F9BA

Black with #D5F9BA

Text Example


Text Example

White with #D5F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F9BA; }

 p { color: rgb(213,249,186); }

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

background-color css

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

 a { background-color: rgb(213,249,186); }

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

border-color css

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

 span { border-color: rgb(213,249,186); }

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