Html Css Color HEX #D5F0BA Tea Green

📋 copy color: '#D5F0BA'

red 213 ◦ green 240 ◦ blue 186

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

Shades of Tea Green #D5F0BA

Tints of Tea Green #D5F0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.56%

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

R = 33.33%
G = 37.56%
B = 29.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#D5F0BA (or 0xD5F0BA) is known color: Tea Green. HEX triplet: D5, F0 and BA. RGB value is (213,240,186). Sum of RGB (Red+Green+Blue) = 213+240+186=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F0BA is #2A0F45. Grayscale: #E1E1E1. Windows color (decimal): -2756422 or 12251349. OLE color: 12251349.

HSL color Cylindrical-coordinate representation of color #D5F0BA: hue angle of 90º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5F0BA is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 240 186 -
CMYK 0.11 0 0.22 0.06
HSL 90º 0.64% 0.84% -
HSV(B) 90º 0.23% 0.94% -
XYZ 67.46 80.01 58.34 -
YUV 225.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 213 240 186 0.11 0 0.22 0.06 90 0.64 0.84
Hex D5 F0 BA B 0 16 6 5A 40 54
Octal 325 360 272 13 0 26 6 132 100 124
Binary 11010101 11110000 10111010 1011 0 10110 110 1011010 1000000 1010100

Color Harmonies of #D5F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F0BA

Black with #D5F0BA

Text Example


Text Example

White with #D5F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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