#D5F9BA

Color #D5F9BA Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #D5F9BA

Tints of Tea Green #D5F9BA

Color information

#D5F9BA (or 0xD5F9BA) is unknown color: approx 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

RGB213249186-
CMYK0.1400.250.02
HSL94.29º84%85.29%-
HSV(B)94.29º25.3%97.65%-
XYZ70.1885.4459.25-
YUV231.05102.57115.12-

RGB Variations

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

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.70%
R=32.87%
G=38.43%
B=28.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132491860.1400.250.0294.298485.29
HexD5F9BAE01925e5455
Octal325371272160312136124125
Binary110101011111100110111010111001100110101111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>