#ADD6C0

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

Shades of Nebula #ADD6C0

Tints of Nebula #ADD6C0

Color information

#ADD6C0 (or 0xADD6C0) is unknown color: approx Nebula. HEX triplet: AD, D6 and C0. RGB value is (173,214,192). Sum of RGB (Red+Green+Blue) = 173+214+192=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6C0 is #52293F. Grayscale: #C7C7C7. Windows color (decimal): -5384512 or 12637869. OLE color: 12637869.

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

Color convert

RGB173214192-
CMYK0.1900.100.16
HSL147.8º33.33%75.88%-
HSV(B)147.8º19.16%83.92%-
XYZ50.7960.7858.92-
YUV199.23123.92109.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=29.88%
G=36.96%
B=33.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732141920.1900.100.16147.833.3375.88
HexADD6C0130A1094214c
Octal255326300230122022441114
Binary101011011101011011000000100110101010000100101001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6C0; }

 p { color: rgb(173,214,192); }

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

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

 a { background-color: rgb(173,214,192); }

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

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

 span { border-color: rgb(173,214,192); }

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