#ADDABF

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

Shades of Nebula #ADDABF

Tints of Nebula #ADDABF

Color information

#ADDABF (or 0xADDABF) is unknown color: approx Nebula. HEX triplet: AD, DA and BF. RGB value is (173,218,191). Sum of RGB (Red+Green+Blue) = 173+218+191=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDABF is #522540. Grayscale: #C9C9C9. Windows color (decimal): -5383489 or 12573357. OLE color: 12573357.

HSL color Cylindrical-coordinate representation of color #ADDABF: hue angle of 144º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDABF is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB173218191-
CMYK0.2100.120.15
HSL144º37.82%76.67%-
HSV(B)144º20.64%85.49%-
XYZ51.7162.7958.68-
YUV201.47122.09107.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.73%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 191 (75% from 255) = 32.82%
R=29.73%
G=37.46%
B=32.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732181910.2100.120.1514437.8276.67
HexADDABF150CF90264d
Octal255332277250141722046115
Binary10101101110110101011111110101011001111100100001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDABF; }

 p { color: rgb(173,218,191); }

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

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

 a { background-color: rgb(173,218,191); }

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

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

 span { border-color: rgb(173,218,191); }

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