#D5F2BB

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

Shades of Tea Green #D5F2BB

Tints of Tea Green #D5F2BB

Color information

#D5F2BB (or 0xD5F2BB) is unknown color: approx Tea Green. HEX triplet: D5, F2 and BB. RGB value is (213,242,187). Sum of RGB (Red+Green+Blue) = 213+242+187=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F2BB is #2A0D44. Grayscale: #E3E3E3. Windows color (decimal): -2755909 or 12317397. OLE color: 12317397.

HSL color Cylindrical-coordinate representation of color #D5F2BB: hue angle of 91.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5F2BB is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB213242187-
CMYK0.1200.230.05
HSL91.64º67.9%84.12%-
HSV(B)91.64º22.73%94.9%-
XYZ68.1681.2459.1-
YUV227.06105.39117.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.18%
GREEN value IS 242 (94.92% from 255) = 37.69%
BLUE value IS 187 (73.44% from 255) = 29.13%
R=33.18%
G=37.69%
B=29.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132421870.1200.230.0591.6467.984.12
HexD5F2BBC01755c4454
Octal325362273140275134104124
Binary1101010111110010101110111100010111101101110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F2BB; }

 p { color: rgb(213,242,187); }

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

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

 a { background-color: rgb(213,242,187); }

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

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

 span { border-color: rgb(213,242,187); }

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