#dcffb6

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

Shades of Tea Green #DCFFB6

Tints of Tea Green #DCFFB6

Color information

#DCFFB6 (or 0xDCFFB6) is unknown color: approx Tea Green. HEX triplet: DC, FF and B6. RGB value is (220,255,182). Sum of RGB (Red+Green+Blue) = 220+255+182=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 182 (71.48% from 255 or 27.70% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFB6 is #230049. Grayscale: #ECECEC. Windows color (decimal): -2293834 or 11993052. OLE color: 11993052.

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

Color convert

RGB220255182-
CMYK0.1400.290
HSL88.77º100%85.69%-
HSV(B)88.77º28.63%100%-
XYZ73.7290.1157.76-
YUV236.2197.4116.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 255 (100% from 255) = 38.81%
BLUE value IS 182 (71.48% from 255) = 27.70%
R=33.49%
G=38.81%
B=27.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551820.1400.29088.7710085.69
HexDCFFB6E01D0596456
Octal334377266160350131144126
Binary11011100111111111011011011100111010101100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcffb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcffb6; }

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

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

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

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

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

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

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

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