Html Css Color HEX #ADD0BB Nebula

📋 copy color: '#ADD0BB'

red 173 ◦ green 208 ◦ blue 187

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

Shades of Nebula #ADD0BB

Tints of Nebula #ADD0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.62%

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

R = 30.46%
G = 36.62%
B = 32.92%

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

#ADD0BB (or 0xADD0BB) is known color: Nebula. HEX triplet: AD, D0 and BB. RGB value is (173,208,187). Sum of RGB (Red+Green+Blue) = 173+208+187=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0BB is #522F44. Grayscale: #C3C3C3. Windows color (decimal): -5386053 or 12308653. OLE color: 12308653.

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

Color convert

RGB 173 208 187 -
CMYK 0.17 0 0.10 0.18
HSL 144º 0.27% 0.75% -
HSV(B) 144º 0.17% 0.82% -
XYZ 48.76 57.58 55.56 -
YUV 195.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 173 208 187 0.17 0 0.10 0.18 144 0.27 0.75
Hex AD D0 BB 11 0 A 12 90 1B 4B
Octal 255 320 273 21 0 12 22 220 33 113
Binary 10101101 11010000 10111011 10001 0 1010 10010 10010000 11011 1001011

Color Harmonies of #ADD0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0BB

Black with #ADD0BB

Text Example


Text Example

White with #ADD0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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