Html Css Color HEX #ADD5BD Nebula

📋 copy color: '#ADD5BD'

red 173 ◦ green 213 ◦ blue 189

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

Shades of Nebula #ADD5BD

Tints of Nebula #ADD5BD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.04%

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

R = 30.09%
G = 37.04%
B = 32.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#ADD5BD (or 0xADD5BD) is known color: Nebula. HEX triplet: AD, D5 and BD. RGB value is (173,213,189). Sum of RGB (Red+Green+Blue) = 173+213+189=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5BD is #522A42. Grayscale: #C6C6C6. Windows color (decimal): -5384771 or 12441005. OLE color: 12441005.

HSL color Cylindrical-coordinate representation of color #ADD5BD: hue angle of 144º degrees, saturation: 0.32, 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 #ADD5BD is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 189 -
CMYK 0.19 0 0.11 0.16
HSL 144º 0.32% 0.76% -
HSV(B) 144º 0.19% 0.84% -
XYZ 50.21 60.15 57.11 -
YUV 198.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 173 213 189 0.19 0 0.11 0.16 144 0.32 0.76
Hex AD D5 BD 13 0 B 10 90 20 4C
Octal 255 325 275 23 0 13 20 220 40 114
Binary 10101101 11010101 10111101 10011 0 1011 10000 10010000 100000 1001100

Color Harmonies of #ADD5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5BD

Black with #ADD5BD

Text Example


Text Example

White with #ADD5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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