#D0F1BB

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

Shades of Tea Green #D0F1BB

Tints of Tea Green #D0F1BB

Color information

#D0F1BB (or 0xD0F1BB) is unknown color: approx Tea Green. HEX triplet: D0, F1 and BB. RGB value is (208,241,187). Sum of RGB (Red+Green+Blue) = 208+241+187=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1BB is #2F0E44. Grayscale: #E1E1E1. Windows color (decimal): -3083845 or 12317136. OLE color: 12317136.

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

Color convert

RGB208241187-
CMYK0.1400.220.05
HSL96.67º65.85%83.92%-
HSV(B)96.67º22.41%94.51%-
XYZ66.4479.9158.94-
YUV224.98106.57115.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.70%
GREEN value IS 241 (94.53% from 255) = 37.89%
BLUE value IS 187 (73.44% from 255) = 29.40%
R=32.70%
G=37.89%
B=29.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082411870.1400.220.0596.6765.8583.92
HexD0F1BBE0165614254
Octal320361273160265141102124
Binary1101000011110001101110111110010110101110000110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F1BB; }

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

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

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

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

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

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

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

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