#DCF6AC

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

Shades of Reef #DCF6AC

Tints of Reef #DCF6AC

Color information

#DCF6AC (or 0xDCF6AC) is unknown color: approx Reef. HEX triplet: DC, F6 and AC. RGB value is (220,246,172). Sum of RGB (Red+Green+Blue) = 220+246+172=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF6AC is #230953. Grayscale: #E6E6E6. Windows color (decimal): -2296148 or 11335388. OLE color: 11335388.

HSL color Cylindrical-coordinate representation of color #DCF6AC: hue angle of 81.08º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCF6AC is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB220246172-
CMYK0.1100.300.04
HSL81.08º80.43%81.96%-
HSV(B)81.08º30.08%96.47%-
XYZ69.9284.1151.58-
YUV229.7995.39121.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 246 (96.48% from 255) = 38.56%
BLUE value IS 172 (67.58% from 255) = 26.96%
R=34.48%
G=38.56%
B=26.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202461720.1100.300.0481.0880.4381.96
HexDCF6ACB01E4515052
Octal334366254130364121120122
Binary1101110011110110101011001011011110100101000110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6AC; }

 p { color: rgb(220,246,172); }

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

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

 a { background-color: rgb(220,246,172); }

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

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

 span { border-color: rgb(220,246,172); }

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