#D5FCAC

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

Shades of Reef #D5FCAC

Tints of Reef #D5FCAC

Color information

#D5FCAC (or 0xD5FCAC) is unknown color: approx Reef. HEX triplet: D5, FC and AC. RGB value is (213,252,172). Sum of RGB (Red+Green+Blue) = 213+252+172=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FCAC is #2A0353. Grayscale: #E7E7E7. Windows color (decimal): -2753364 or 11336917. OLE color: 11336917.

HSL color Cylindrical-coordinate representation of color #D5FCAC: hue angle of 89.25º 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 #D5FCAC is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB213252172-
CMYK0.1500.320.01
HSL89.25º93.02%83.14%-
HSV(B)89.25º31.75%98.82%-
XYZ69.786.7552.1-
YUV231.2294.58115-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 172 (67.58% from 255) = 27.00%
R=33.44%
G=39.56%
B=27.00%

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
Decimal2132521720.1500.320.0189.2593.0283.14
HexD5FCACF0201595d53
Octal325374254170401131135123
Binary110101011111110010101100111101000001101100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCAC; }

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

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

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

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

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

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

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

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