#DCFBBE

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

Shades of Tea Green #DCFBBE

Tints of Tea Green #DCFBBE

Color information

#DCFBBE (or 0xDCFBBE) is unknown color: approx Tea Green. HEX triplet: DC, FB and BE. RGB value is (220,251,190). Sum of RGB (Red+Green+Blue) = 220+251+190=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBBE is #230441. Grayscale: #EAEAEA. Windows color (decimal): -2294850 or 12516316. OLE color: 12516316.

HSL color Cylindrical-coordinate representation of color #DCFBBE: hue angle of 90.49º 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 #DCFBBE is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB220251190-
CMYK0.1200.240.02
HSL90.49º88.41%86.47%-
HSV(B)90.49º24.3%98.43%-
XYZ73.3187.9361.82-
YUV234.78102.73117.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 251 (98.44% from 255) = 37.97%
BLUE value IS 190 (74.61% from 255) = 28.74%
R=33.28%
G=37.97%
B=28.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202511900.1200.240.0290.4988.4186.47
HexDCFBBEC01825a5856
Octal334373276140302132130126
Binary110111001111101110111110110001100010101101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBBE; }

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

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

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

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

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

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

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

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