Html Css Color HEX #ADD6C0 Nebula

📋 copy color: '#ADD6C0'

red 173 ◦ green 214 ◦ blue 192

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

Shades of Nebula #ADD6C0

Tints of Nebula #ADD6C0

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 value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#ADD6C0 (or 0xADD6C0) is known color: 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

RGB 173 214 192 -
CMYK 0.19 0 0.10 0.16
HSL 147.8º 0.33% 0.76% -
HSV(B) 147.8º 0.19% 0.84% -
XYZ 50.79 60.78 58.92 -
YUV 199.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 173 214 192 0.19 0 0.10 0.16 147.8 0.33 0.76
Hex AD D6 C0 13 0 A 10 94 21 4C
Octal 255 326 300 23 0 12 20 224 41 114
Binary 10101101 11010110 11000000 10011 0 1010 10000 10010100 100001 1001100

Color Harmonies of #ADD6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6C0

Black with #ADD6C0

Text Example


Text Example

White with #ADD6C0

Text Example


Text Example

HTML Codes & Css Web 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>