#ADD1BA

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

Shades of Nebula #ADD1BA

Tints of Nebula #ADD1BA

Color information

#ADD1BA (or 0xADD1BA) is unknown color: approx Nebula. HEX triplet: AD, D1 and BA. RGB value is (173,209,186). Sum of RGB (Red+Green+Blue) = 173+209+186=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1BA is #522E45. Grayscale: #C3C3C3. Windows color (decimal): -5385798 or 12243373. OLE color: 12243373.

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

Color convert

RGB173209186-
CMYK0.1700.110.18
HSL141.67º28.12%74.9%-
HSV(B)141.67º17.22%81.96%-
XYZ48.958.0355.08-
YUV195.61122.57111.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 209 (82.03% from 255) = 36.80%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=30.46%
G=36.80%
B=32.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732091860.1700.110.18141.6728.1274.9
HexADD1BA110B128e1c4b
Octal255321272210132221634113
Binary10101101110100011011101010001010111001010001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD1BA; }

 p { color: rgb(173,209,186); }

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

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

 a { background-color: rgb(173,209,186); }

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

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

 span { border-color: rgb(173,209,186); }

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