Html Css Color HEX #DCF6AC Reef

📋 copy color: '#DCF6AC'

red 220 ◦ green 246 ◦ blue 172

#DCF6AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DCF6AC

Tints of Reef #DCF6AC

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 value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#DCF6AC (or 0xDCF6AC) is known color: 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

RGB 220 246 172 -
CMYK 0.11 0 0.30 0.04
HSL 81.08º 0.8% 0.82% -
HSV(B) 81.08º 0.3% 0.96% -
XYZ 69.92 84.11 51.58 -
YUV 229.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 220 246 172 0.11 0 0.30 0.04 81.08 0.8 0.82
Hex DC F6 AC B 0 1E 4 51 50 52
Octal 334 366 254 13 0 36 4 121 120 122
Binary 11011100 11110110 10101100 1011 0 11110 100 1010001 1010000 1010010

Color Harmonies of #DCF6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF6AC

Black with #DCF6AC

Text Example


Text Example

White with #DCF6AC

Text Example


Text Example

HTML Codes & Css Web 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>