Html Css Color HEX #ADD1BD Nebula

📋 copy color: '#ADD1BD'

red 173 ◦ green 209 ◦ blue 189

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

Shades of Nebula #ADD1BD

Tints of Nebula #ADD1BD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.6%

 BLUE value IS 189 (74.22% from 255) = 33.1%

R = 30.3%
G = 36.6%
B = 33.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#ADD1BD (or 0xADD1BD) is known color: Nebula. HEX triplet: AD, D1 and BD. RGB value is (173,209,189). Sum of RGB (Red+Green+Blue) = 173+209+189=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1BD is #522E42. Grayscale: #C3C3C3. Windows color (decimal): -5385795 or 12439981. OLE color: 12439981.

HSL color Cylindrical-coordinate representation of color #ADD1BD: hue angle of 146.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 #ADD1BD is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 209 189 -
CMYK 0.17 0 0.10 0.18
HSL 146.67º 0.28% 0.75% -
HSV(B) 146.67º 0.17% 0.82% -
XYZ 49.22 58.16 56.78 -
YUV 195.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 173 209 189 0.17 0 0.10 0.18 146.67 0.28 0.75
Hex AD D1 BD 11 0 A 12 93 1C 4B
Octal 255 321 275 21 0 12 22 223 34 113
Binary 10101101 11010001 10111101 10001 0 1010 10010 10010011 11100 1001011

Color Harmonies of #ADD1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1BD

Black with #ADD1BD

Text Example


Text Example

White with #ADD1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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