#DCFBBB

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

Shades of Tea Green #DCFBBB

Tints of Tea Green #DCFBBB

Color information

#DCFBBB (or 0xDCFBBB) is unknown color: approx Tea Green. HEX triplet: DC, FB and BB. RGB value is (220,251,187). Sum of RGB (Red+Green+Blue) = 220+251+187=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBBB is #230444. Grayscale: #EAEAEA. Windows color (decimal): -2294853 or 12319708. OLE color: 12319708.

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

Color convert

RGB220251187-
CMYK0.1200.250.02
HSL89.06º88.89%85.88%-
HSV(B)89.06º25.5%98.43%-
XYZ72.9887.860.11-
YUV234.44101.23117.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.43%
GREEN value IS 251 (98.44% from 255) = 38.15%
BLUE value IS 187 (73.44% from 255) = 28.42%
R=33.43%
G=38.15%
B=28.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202511870.1200.250.0289.0688.8985.88
HexDCFBBBC0192595956
Octal334373273140312131131126
Binary110111001111101110111011110001100110101100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBBB; }

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

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

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

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

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

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

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

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