#D0FFA0

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

Shades of Reef #D0FFA0

Tints of Reef #D0FFA0

Color information

#D0FFA0 (or 0xD0FFA0) is unknown color: approx Reef. HEX triplet: D0, FF and A0. RGB value is (208,255,160). Sum of RGB (Red+Green+Blue) = 208+255+160=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 160 (62.89% from 255 or 25.68% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFA0 is #2F005F. Grayscale: #E6E6E6. Windows color (decimal): -3080288 or 10551248. OLE color: 10551248.

HSL color Cylindrical-coordinate representation of color #D0FFA0: hue angle of 89.68º 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 #D0FFA0 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB208255160-
CMYK0.1800.370
HSL89.68º100%81.37%-
HSV(B)89.68º37.25%100%-
XYZ68.1287.4746.55-
YUV230.1288.43112.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 160 (62.89% from 255) = 25.68%
R=33.39%
G=40.93%
B=25.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551600.1800.37089.6810081.37
HexD0FFA01202505a6451
Octal320377240220450132144121
Binary1101000011111111101000001001001001010101101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFA0; }

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

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

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

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

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

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

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

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