#D0FFAB

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

Shades of Reef #D0FFAB

Tints of Reef #D0FFAB

Color information

#D0FFAB (or 0xD0FFAB) is unknown color: approx Reef. HEX triplet: D0, FF and AB. RGB value is (208,255,171). Sum of RGB (Red+Green+Blue) = 208+255+171=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFAB is #2F0054. Grayscale: #E7E7E7. Windows color (decimal): -3080277 or 11272144. OLE color: 11272144.

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

Color convert

RGB208255171-
CMYK0.1800.330
HSL93.57º100%83.53%-
HSV(B)93.57º32.94%100%-
XYZ69.1287.8751.85-
YUV231.3793.93111.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.81%
GREEN value IS 255 (100% from 255) = 40.22%
BLUE value IS 171 (67.19% from 255) = 26.97%
R=32.81%
G=40.22%
B=26.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551710.1800.33093.5710083.53
HexD0FFAB1202105e6454
Octal320377253220410136144124
Binary1101000011111111101010111001001000010101111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFAB; }

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

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

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

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

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

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

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

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