#D0FFA4

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

Shades of Reef #D0FFA4

Tints of Reef #D0FFA4

Color information

#D0FFA4 (or 0xD0FFA4) is unknown color: approx Reef. HEX triplet: D0, FF and A4. RGB value is (208,255,164). Sum of RGB (Red+Green+Blue) = 208+255+164=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 164 (64.45% from 255 or 26.16% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFA4 is #2F005B. Grayscale: #E6E6E6. Windows color (decimal): -3080284 or 10813392. OLE color: 10813392.

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

Color convert

RGB208255164-
CMYK0.1800.360
HSL90.99º100%82.16%-
HSV(B)90.99º35.69%100%-
XYZ68.4787.6148.42-
YUV230.5790.43111.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.17%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 164 (64.45% from 255) = 26.16%
R=33.17%
G=40.67%
B=26.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551640.1800.36090.9910082.16
HexD0FFA41202405b6452
Octal320377244220440133144122
Binary1101000011111111101001001001001001000101101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFA4; }

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

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

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

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

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

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

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

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