#D6FCAC

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

Shades of Reef #D6FCAC

Tints of Reef #D6FCAC

Color information

#D6FCAC (or 0xD6FCAC) is unknown color: approx Reef. HEX triplet: D6, FC and AC. RGB value is (214,252,172). Sum of RGB (Red+Green+Blue) = 214+252+172=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FCAC is #290353. Grayscale: #E7E7E7. Windows color (decimal): -2687828 or 11336918. OLE color: 11336918.

HSL color Cylindrical-coordinate representation of color #D6FCAC: hue angle of 88.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6FCAC is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB214252172-
CMYK0.1500.320.01
HSL88.5º93.02%83.14%-
HSV(B)88.5º31.75%98.82%-
XYZ69.9986.952.11-
YUV231.5294.41115.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.54%
GREEN value IS 252 (98.83% from 255) = 39.50%
BLUE value IS 172 (67.58% from 255) = 26.96%
R=33.54%
G=39.50%
B=26.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142521720.1500.320.0188.593.0283.14
HexD6FCACF0201585d53
Octal326374254170401130135123
Binary110101101111110010101100111101000001101100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FCAC; }

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

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

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

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

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

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

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

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