#D2F3AC

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

Shades of Reef #D2F3AC

Tints of Reef #D2F3AC

Color information

#D2F3AC (or 0xD2F3AC) is unknown color: approx Reef. HEX triplet: D2, F3 and AC. RGB value is (210,243,172). Sum of RGB (Red+Green+Blue) = 210+243+172=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F3AC is #2D0C53. Grayscale: #E1E1E1. Windows color (decimal): -2952276 or 11334610. OLE color: 11334610.

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

Color convert

RGB210243172-
CMYK0.1400.290.05
HSL87.89º74.74%81.37%-
HSV(B)87.89º29.22%95.29%-
XYZ66.0880.7851.14-
YUV225.0498.07117.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.6%
GREEN value IS 243 (95.31% from 255) = 38.88%
BLUE value IS 172 (67.58% from 255) = 27.52%
R=33.6%
G=38.88%
B=27.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102431720.1400.290.0587.8974.7481.37
HexD2F3ACE01D5584b51
Octal322363254160355130113121
Binary1101001011110011101011001110011101101101100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F3AC; }

 p { color: rgb(210,243,172); }

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

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

 a { background-color: rgb(210,243,172); }

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

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

 span { border-color: rgb(210,243,172); }

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