#DCFFB8

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

Shades of Tea Green #DCFFB8

Tints of Tea Green #DCFFB8

Color information

#DCFFB8 (or 0xDCFFB8) is unknown color: approx Tea Green. HEX triplet: DC, FF and B8. RGB value is (220,255,184). Sum of RGB (Red+Green+Blue) = 220+255+184=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 184 (72.27% from 255 or 27.92% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFB8 is #230047. Grayscale: #ECECEC. Windows color (decimal): -2293832 or 12124124. OLE color: 12124124.

HSL color Cylindrical-coordinate representation of color #DCFFB8: hue angle of 89.58º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCFFB8 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB220255184-
CMYK0.1400.280
HSL89.58º100%86.08%-
HSV(B)89.58º27.84%100%-
XYZ73.9390.258.86-
YUV236.4498.4116.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 184 (72.27% from 255) = 27.92%
R=33.38%
G=38.69%
B=27.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551840.1400.28089.5810086.08
HexDCFFB8E01C05a6456
Octal334377270160340132144126
Binary11011100111111111011100011100111000101101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFB8; }

 p { color: rgb(220,255,184); }

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

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

 a { background-color: rgb(220,255,184); }

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

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

 span { border-color: rgb(220,255,184); }

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