#D8F2AC

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

Shades of Reef #D8F2AC

Tints of Reef #D8F2AC

Color information

#D8F2AC (or 0xD8F2AC) is unknown color: approx Reef. HEX triplet: D8, F2 and AC. RGB value is (216,242,172). Sum of RGB (Red+Green+Blue) = 216+242+172=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F2AC is #270D53. Grayscale: #E2E2E2. Windows color (decimal): -2559316 or 11334360. OLE color: 11334360.

HSL color Cylindrical-coordinate representation of color #D8F2AC: hue angle of 82.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8F2AC is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB216242172-
CMYK0.1100.290.05
HSL82.29º72.92%81.18%-
HSV(B)82.29º28.93%94.9%-
XYZ67.5281.0851.12-
YUV226.2597.39120.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.29%
GREEN value IS 242 (94.92% from 255) = 38.41%
BLUE value IS 172 (67.58% from 255) = 27.30%
R=34.29%
G=38.41%
B=27.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162421720.1100.290.0582.2972.9281.18
HexD8F2ACB01D5524951
Octal330362254130355122111121
Binary1101100011110010101011001011011101101101001010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F2AC; }

 p { color: rgb(216,242,172); }

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

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

 a { background-color: rgb(216,242,172); }

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

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

 span { border-color: rgb(216,242,172); }

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