#D6F3A0

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

Shades of Reef #D6F3A0

Tints of Reef #D6F3A0

Color information

#D6F3A0 (or 0xD6F3A0) is unknown color: approx Reef. HEX triplet: D6, F3 and A0. RGB value is (214,243,160). Sum of RGB (Red+Green+Blue) = 214+243+160=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F3A0 is #290C5F. Grayscale: #E1E1E1. Windows color (decimal): -2690144 or 10548182. OLE color: 10548182.

HSL color Cylindrical-coordinate representation of color #D6F3A0: hue angle of 80.96º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6F3A0 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB214243160-
CMYK0.1200.340.05
HSL80.96º77.57%79.02%-
HSV(B)80.96º34.16%95.29%-
XYZ66.1380.9445.39-
YUV224.8791.39120.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.68%
GREEN value IS 243 (95.31% from 255) = 39.38%
BLUE value IS 160 (62.89% from 255) = 25.93%
R=34.68%
G=39.38%
B=25.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142431600.1200.340.0580.9677.5779.02
HexD6F3A0C0225514e4f
Octal326363240140425121116117
Binary11010110111100111010000011000100010101101000110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3A0; }

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

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

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

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

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

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

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

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