#DCF9AC

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

Shades of Reef #DCF9AC

Tints of Reef #DCF9AC

Color information

#DCF9AC (or 0xDCF9AC) is unknown color: approx Reef. HEX triplet: DC, F9 and AC. RGB value is (220,249,172). Sum of RGB (Red+Green+Blue) = 220+249+172=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF9AC is #230653. Grayscale: #E7E7E7. Windows color (decimal): -2295380 or 11336156. OLE color: 11336156.

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

Color convert

RGB220249172-
CMYK0.1200.310.02
HSL82.6º86.52%82.55%-
HSV(B)82.6º30.92%97.65%-
XYZ70.8485.9551.89-
YUV231.5594.39119.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 249 (97.66% from 255) = 38.85%
BLUE value IS 172 (67.58% from 255) = 26.83%
R=34.32%
G=38.85%
B=26.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202491720.1200.310.0282.686.5282.55
HexDCF9ACC01F2535753
Octal334371254140372123127123
Binary110111001111100110101100110001111110101001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9AC; }

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

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

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

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

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

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

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

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