Html Css Color HEX #ADD9C0 Nebula

📋 copy color: '#ADD9C0'

red 173 ◦ green 217 ◦ blue 192

#ADD9C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #ADD9C0

Tints of Nebula #ADD9C0

RGB

 RED value IS 173 (67.97% from 255) = 29.73%

 GREEN value IS 217 (85.16% from 255) = 37.29%

 BLUE value IS 192 (75.39% from 255) = 32.99%

R = 29.73%
G = 37.29%
B = 32.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#ADD9C0 (or 0xADD9C0) is known color: Nebula. HEX triplet: AD, D9 and C0. RGB value is (173,217,192). Sum of RGB (Red+Green+Blue) = 173+217+192=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9C0 is #52263F. Grayscale: #C9C9C9. Windows color (decimal): -5383744 or 12638637. OLE color: 12638637.

HSL color Cylindrical-coordinate representation of color #ADD9C0: hue angle of 145.91º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD9C0 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 192 -
CMYK 0.20 0 0.12 0.15
HSL 145.91º 0.37% 0.76% -
HSV(B) 145.91º 0.2% 0.85% -
XYZ 51.56 62.32 59.18 -
YUV 200.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 173 217 192 0.20 0 0.12 0.15 145.91 0.37 0.76
Hex AD D9 C0 14 0 C F 92 25 4C
Octal 255 331 300 24 0 14 17 222 45 114
Binary 10101101 11011001 11000000 10100 0 1100 1111 10010010 100101 1001100

Color Harmonies of #ADD9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9C0

Black with #ADD9C0

Text Example


Text Example

White with #ADD9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9C0; }

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

 H1.HeaderClassName
 {
   color: #ADD9C0;
 }
 .AnyTagClassName
 {
   color: #ADD9C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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