#D0F2BB

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

Shades of Tea Green #D0F2BB

Tints of Tea Green #D0F2BB

Color information

#D0F2BB (or 0xD0F2BB) is unknown color: approx Tea Green. HEX triplet: D0, F2 and BB. RGB value is (208,242,187). Sum of RGB (Red+Green+Blue) = 208+242+187=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2BB is #2F0D44. Grayscale: #E1E1E1. Windows color (decimal): -3083589 or 12317392. OLE color: 12317392.

HSL color Cylindrical-coordinate representation of color #D0F2BB: hue angle of 97.09º 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 #D0F2BB is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB208242187-
CMYK0.1400.230.05
HSL97.09º67.9%84.12%-
HSV(B)97.09º22.73%94.9%-
XYZ66.7380.559.03-
YUV225.56106.24115.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.65%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 187 (73.44% from 255) = 29.36%
R=32.65%
G=37.99%
B=29.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082421870.1400.230.0597.0967.984.12
HexD0F2BBE0175614454
Octal320362273160275141104124
Binary1101000011110010101110111110010111101110000110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F2BB; }

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

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

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

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

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

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

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

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