Html Css Color HEX #D5F5BA Tea Green

📋 copy color: '#D5F5BA'

red 213 ◦ green 245 ◦ blue 186

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

Shades of Tea Green #D5F5BA

Tints of Tea Green #D5F5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.04%

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

R = 33.07%
G = 38.04%
B = 28.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#D5F5BA (or 0xD5F5BA) is known color: Tea Green. HEX triplet: D5, F5 and BA. RGB value is (213,245,186). Sum of RGB (Red+Green+Blue) = 213+245+186=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F5BA is #2A0A45. Grayscale: #E4E4E4. Windows color (decimal): -2755142 or 12252629. OLE color: 12252629.

HSL color Cylindrical-coordinate representation of color #D5F5BA: hue angle of 92.54º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5F5BA is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 245 186 -
CMYK 0.13 0 0.24 0.04
HSL 92.54º 0.75% 0.85% -
HSV(B) 92.54º 0.24% 0.96% -
XYZ 68.96 83 58.84 -
YUV 228.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 213 245 186 0.13 0 0.24 0.04 92.54 0.75 0.85
Hex D5 F5 BA D 0 18 4 5D 4B 55
Octal 325 365 272 15 0 30 4 135 113 125
Binary 11010101 11110101 10111010 1101 0 11000 100 1011101 1001011 1010101

Color Harmonies of #D5F5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F5BA

Black with #D5F5BA

Text Example


Text Example

White with #D5F5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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