Html Css Color HEX #DCF5AC Reef

📋 copy color: '#DCF5AC'

red 220 ◦ green 245 ◦ blue 172

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

Shades of Reef #DCF5AC

Tints of Reef #DCF5AC

RGB

 RED value IS 220 (86.33% from 255) = 34.54%

 GREEN value IS 245 (96.09% from 255) = 38.46%

 BLUE value IS 172 (67.58% from 255) = 27%

R = 34.54%
G = 38.46%
B = 27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#DCF5AC (or 0xDCF5AC) is known color: Reef. HEX triplet: DC, F5 and AC. RGB value is (220,245,172). Sum of RGB (Red+Green+Blue) = 220+245+172=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF5AC is #230A53. Grayscale: #E5E5E5. Windows color (decimal): -2296404 or 11335132. OLE color: 11335132.

HSL color Cylindrical-coordinate representation of color #DCF5AC: hue angle of 80.55º degrees, saturation: 0.78, 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 #DCF5AC is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 172 -
CMYK 0.10 0 0.30 0.04
HSL 80.55º 0.78% 0.82% -
HSV(B) 80.55º 0.3% 0.96% -
XYZ 69.61 83.5 51.48 -
YUV 229.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 220 245 172 0.10 0 0.30 0.04 80.55 0.78 0.82
Hex DC F5 AC A 0 1E 4 51 4E 52
Octal 334 365 254 12 0 36 4 121 116 122
Binary 11011100 11110101 10101100 1010 0 11110 100 1010001 1001110 1010010

Color Harmonies of #DCF5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF5AC

Black with #DCF5AC

Text Example


Text Example

White with #DCF5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF5AC; }

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

 H1.HeaderClassName
 {
   color: #DCF5AC;
 }
 .AnyTagClassName
 {
   color: #DCF5AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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