#D0FFA3

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

Shades of Reef #D0FFA3

Tints of Reef #D0FFA3

Color information

#D0FFA3 (or 0xD0FFA3) is unknown color: approx Reef. HEX triplet: D0, FF and A3. RGB value is (208,255,163). Sum of RGB (Red+Green+Blue) = 208+255+163=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 163 (64.06% from 255 or 26.04% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFA3 is #2F005C. Grayscale: #E6E6E6. Windows color (decimal): -3080285 or 10747856. OLE color: 10747856.

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

Color convert

RGB208255163-
CMYK0.1800.360
HSL90.65º100%81.96%-
HSV(B)90.65º36.08%100%-
XYZ68.3887.5747.95-
YUV230.4689.93111.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.23%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 163 (64.06% from 255) = 26.04%
R=33.23%
G=40.73%
B=26.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551630.1800.36090.6510081.96
HexD0FFA31202405b6452
Octal320377243220440133144122
Binary1101000011111111101000111001001001000101101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFA3; }

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

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

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

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

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

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

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

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