#ADD7BF

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

Shades of Nebula #ADD7BF

Tints of Nebula #ADD7BF

Color information

#ADD7BF (or 0xADD7BF) is unknown color: approx Nebula. HEX triplet: AD, D7 and BF. RGB value is (173,215,191). Sum of RGB (Red+Green+Blue) = 173+215+191=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7BF is #522840. Grayscale: #C7C7C7. Windows color (decimal): -5384257 or 12572589. OLE color: 12572589.

HSL color Cylindrical-coordinate representation of color #ADD7BF: hue angle of 145.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7BF is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB173215191-
CMYK0.2000.110.16
HSL145.71º34.43%76.08%-
HSV(B)145.71º19.53%84.31%-
XYZ50.9461.2558.43-
YUV199.71123.09108.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 191 (75% from 255) = 32.99%
R=29.88%
G=37.13%
B=32.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732151910.2000.110.16145.7134.4376.08
HexADD7BF140B1092224c
Octal255327277240132022242114
Binary101011011101011110111111101000101110000100100101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7BF; }

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

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

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

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

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

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

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

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