#DCFFB7

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

Shades of Tea Green #DCFFB7

Tints of Tea Green #DCFFB7

Color information

#DCFFB7 (or 0xDCFFB7) is unknown color: approx Tea Green. HEX triplet: DC, FF and B7. RGB value is (220,255,183). Sum of RGB (Red+Green+Blue) = 220+255+183=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 183 (71.88% from 255 or 27.81% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFB7 is #230048. Grayscale: #ECECEC. Windows color (decimal): -2293833 or 12058588. OLE color: 12058588.

HSL color Cylindrical-coordinate representation of color #DCFFB7: hue angle of 89.17º 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 #DCFFB7 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB220255183-
CMYK0.1400.280
HSL89.17º100%85.88%-
HSV(B)89.17º28.24%100%-
XYZ73.8290.1558.31-
YUV236.3397.9116.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.43%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 183 (71.88% from 255) = 27.81%
R=33.43%
G=38.75%
B=27.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551830.1400.28089.1710085.88
HexDCFFB7E01C0596456
Octal334377267160340131144126
Binary11011100111111111011011111100111000101100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFB7; }

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

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

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

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

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

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

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

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