#D0FBBE

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

Shades of Tea Green #D0FBBE

Tints of Tea Green #D0FBBE

Color information

#D0FBBE (or 0xD0FBBE) is unknown color: approx Tea Green. HEX triplet: D0, FB and BE. RGB value is (208,251,190). Sum of RGB (Red+Green+Blue) = 208+251+190=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FBBE is #2F0441. Grayscale: #E7E7E7. Windows color (decimal): -3081282 or 12516304. OLE color: 12516304.

HSL color Cylindrical-coordinate representation of color #D0FBBE: hue angle of 102.3º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0FBBE is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB208251190-
CMYK0.1700.240.02
HSL102.3º88.41%86.47%-
HSV(B)102.3º24.3%98.43%-
XYZ69.886.1261.66-
YUV231.19104.75111.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.05%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 190 (74.61% from 255) = 29.28%
R=32.05%
G=38.67%
B=29.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082511900.1700.240.02102.388.4186.47
HexD0FBBE110182665856
Octal320373276210302146130126
Binary1101000011111011101111101000101100010110011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FBBE; }

 p { color: rgb(208,251,190); }

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

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

 a { background-color: rgb(208,251,190); }

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

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

 span { border-color: rgb(208,251,190); }

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