#D2F8BA

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

Shades of Tea Green #D2F8BA

Tints of Tea Green #D2F8BA

Color information

#D2F8BA (or 0xD2F8BA) is unknown color: approx Tea Green. HEX triplet: D2, F8 and BA. RGB value is (210,248,186). Sum of RGB (Red+Green+Blue) = 210+248+186=644 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.61% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F8BA is #2D0745. Grayscale: #E5E5E5. Windows color (decimal): -2950982 or 12253394. OLE color: 12253394.

HSL color Cylindrical-coordinate representation of color #D2F8BA: hue angle of 96.77º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2F8BA is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB210248186-
CMYK0.1500.250.03
HSL96.77º81.58%85.1%-
HSV(B)96.77º25%97.25%-
XYZ69.0184.3859.1-
YUV229.57103.41114.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.61%
GREEN value IS 248 (97.27% from 255) = 38.51%
BLUE value IS 186 (73.05% from 255) = 28.88%
R=32.61%
G=38.51%
B=28.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102481860.1500.250.0396.7781.5885.1
HexD2F8BAF0193615255
Octal322370272170313141122125
Binary110100101111100010111010111101100111110000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F8BA; }

 p { color: rgb(210,248,186); }

 H1.HeaderClassName
 {
   color: #D2F8BA;
 }
 .AnyTagClassName
 {
   color: #D2F8BA;
 }
</style>
background-color css

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

 a { background-color: rgb(210,248,186); }

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

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

 span { border-color: rgb(210,248,186); }

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