Html Css Color HEX #ADD1BB Nebula

📋 copy color: '#ADD1BB'

red 173 ◦ green 209 ◦ blue 187

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

Shades of Nebula #ADD1BB

Tints of Nebula #ADD1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.86%

R = 30.4%
G = 36.73%
B = 32.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#ADD1BB (or 0xADD1BB) is known color: Nebula. HEX triplet: AD, D1 and BB. RGB value is (173,209,187). Sum of RGB (Red+Green+Blue) = 173+209+187=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1BB is #522E44. Grayscale: #C3C3C3. Windows color (decimal): -5385797 or 12308909. OLE color: 12308909.

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

Color convert

RGB 173 209 187 -
CMYK 0.17 0 0.11 0.18
HSL 143.33º 0.28% 0.75% -
HSV(B) 143.33º 0.17% 0.82% -
XYZ 49 58.07 55.64 -
YUV 195.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 173 209 187 0.17 0 0.11 0.18 143.33 0.28 0.75
Hex AD D1 BB 11 0 B 12 8F 1C 4B
Octal 255 321 273 21 0 13 22 217 34 113
Binary 10101101 11010001 10111011 10001 0 1011 10010 10001111 11100 1001011

Color Harmonies of #ADD1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1BB

Black with #ADD1BB

Text Example


Text Example

White with #ADD1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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