Html Css Color HEX #D6F5AC Reef

📋 copy color: '#D6F5AC'

red 214 ◦ green 245 ◦ blue 172

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

Shades of Reef #D6F5AC

Tints of Reef #D6F5AC

RGB

 RED value IS 214 (83.98% from 255) = 33.91%

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

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

R = 33.91%
G = 38.83%
B = 27.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#D6F5AC (or 0xD6F5AC) is known color: Reef. HEX triplet: D6, F5 and AC. RGB value is (214,245,172). Sum of RGB (Red+Green+Blue) = 214+245+172=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F5AC is #290A53. Grayscale: #E3E3E3. Windows color (decimal): -2689620 or 11335126. OLE color: 11335126.

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

Color convert

RGB 214 245 172 -
CMYK 0.13 0 0.30 0.04
HSL 85.48º 0.78% 0.82% -
HSV(B) 85.48º 0.3% 0.96% -
XYZ 67.83 82.58 51.39 -
YUV 227.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 214 245 172 0.13 0 0.30 0.04 85.48 0.78 0.82
Hex D6 F5 AC D 0 1E 4 55 4E 52
Octal 326 365 254 15 0 36 4 125 116 122
Binary 11010110 11110101 10101100 1101 0 11110 100 1010101 1001110 1010010

Color Harmonies of #D6F5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F5AC

Black with #D6F5AC

Text Example


Text Example

White with #D6F5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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