#D6FFA0

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

Shades of Reef #D6FFA0

Tints of Reef #D6FFA0

Color information

#D6FFA0 (or 0xD6FFA0) is unknown color: approx Reef. HEX triplet: D6, FF and A0. RGB value is (214,255,160). Sum of RGB (Red+Green+Blue) = 214+255+160=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 160 (62.89% from 255 or 25.44% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FFA0 is #29005F. Grayscale: #E8E8E8. Windows color (decimal): -2687072 or 10551254. OLE color: 10551254.

HSL color Cylindrical-coordinate representation of color #D6FFA0: hue angle of 85.89º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6FFA0 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB214255160-
CMYK0.1600.370
HSL85.89º100%81.37%-
HSV(B)85.89º37.25%100%-
XYZ69.8488.3546.63-
YUV231.9187.42115.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 160 (62.89% from 255) = 25.44%
R=34.02%
G=40.54%
B=25.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142551600.1600.37085.8910081.37
HexD6FFA0100250566451
Octal326377240200450126144121
Binary1101011011111111101000001000001001010101011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFA0; }

 p { color: rgb(214,255,160); }

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

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

 a { background-color: rgb(214,255,160); }

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

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

 span { border-color: rgb(214,255,160); }

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