#D6F1AC

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

Shades of Reef #D6F1AC

Tints of Reef #D6F1AC

Color information

#D6F1AC (or 0xD6F1AC) is unknown color: approx Reef. HEX triplet: D6, F1 and AC. RGB value is (214,241,172). Sum of RGB (Red+Green+Blue) = 214+241+172=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F1AC is #290E53. Grayscale: #E1E1E1. Windows color (decimal): -2690644 or 11334102. OLE color: 11334102.

HSL color Cylindrical-coordinate representation of color #D6F1AC: hue angle of 83.48º degrees, saturation: 0.71, 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 #D6F1AC is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB214241172-
CMYK0.1100.290.05
HSL83.48º71.13%80.98%-
HSV(B)83.48º28.63%94.51%-
XYZ66.6380.1951-
YUV225.0698.05120.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 241 (94.53% from 255) = 38.44%
BLUE value IS 172 (67.58% from 255) = 27.43%
R=34.13%
G=38.44%
B=27.43%

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
Decimal2142411720.1100.290.0583.4871.1380.98
HexD6F1ACB01D5534751
Octal326361254130355123107121
Binary1101011011110001101011001011011101101101001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1AC; }

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

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

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

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

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

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

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

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