Html Css Color HEX #ADD0BA Nebula

📋 copy color: '#ADD0BA'

red 173 ◦ green 208 ◦ blue 186

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

Shades of Nebula #ADD0BA

Tints of Nebula #ADD0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 30.51%
G = 36.68%
B = 32.8%

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

#ADD0BA (or 0xADD0BA) is known color: Nebula. HEX triplet: AD, D0 and BA. RGB value is (173,208,186). Sum of RGB (Red+Green+Blue) = 173+208+186=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0BA is #522F45. Grayscale: #C3C3C3. Windows color (decimal): -5386054 or 12243117. OLE color: 12243117.

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

Color convert

RGB 173 208 186 -
CMYK 0.17 0 0.11 0.18
HSL 142.29º 0.27% 0.75% -
HSV(B) 142.29º 0.17% 0.82% -
XYZ 48.65 57.54 55 -
YUV 195.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 173 208 186 0.17 0 0.11 0.18 142.29 0.27 0.75
Hex AD D0 BA 11 0 B 12 8E 1B 4B
Octal 255 320 272 21 0 13 22 216 33 113
Binary 10101101 11010000 10111010 10001 0 1011 10010 10001110 11011 1001011

Color Harmonies of #ADD0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0BA

Black with #ADD0BA

Text Example


Text Example

White with #ADD0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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