#D6F8A2

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

Shades of Reef #D6F8A2

Tints of Reef #D6F8A2

Color information

#D6F8A2 (or 0xD6F8A2) is unknown color: approx Reef. HEX triplet: D6, F8 and A2. RGB value is (214,248,162). Sum of RGB (Red+Green+Blue) = 214+248+162=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 162 (63.67% from 255 or 25.96% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F8A2 is #29075D. Grayscale: #E4E4E4. Windows color (decimal): -2688862 or 10680534. OLE color: 10680534.

HSL color Cylindrical-coordinate representation of color #D6F8A2: hue angle of 83.72º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6F8A2 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB214248162-
CMYK0.1400.350.03
HSL83.72º86%80.39%-
HSV(B)83.72º34.68%97.25%-
XYZ67.8284.0446.83-
YUV228.0390.74117.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.29%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 162 (63.67% from 255) = 25.96%
R=34.29%
G=39.74%
B=25.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142481620.1400.350.0383.728680.39
HexD6F8A2E0233545650
Octal326370242160433124126120
Binary1101011011111000101000101110010001111101010010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F8A2; }

 p { color: rgb(214,248,162); }

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

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

 a { background-color: rgb(214,248,162); }

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

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

 span { border-color: rgb(214,248,162); }

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