Html Css Color HEX #ADD8BE Nebula

📋 copy color: '#ADD8BE'

red 173 ◦ green 216 ◦ blue 190

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

Shades of Nebula #ADD8BE

Tints of Nebula #ADD8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.31%

 BLUE value IS 190 (74.61% from 255) = 32.82%

R = 29.88%
G = 37.31%
B = 32.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#ADD8BE (or 0xADD8BE) is known color: Nebula. HEX triplet: AD, D8 and BE. RGB value is (173,216,190). Sum of RGB (Red+Green+Blue) = 173+216+190=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8BE is #522741. Grayscale: #C8C8C8. Windows color (decimal): -5384002 or 12507309. OLE color: 12507309.

HSL color Cylindrical-coordinate representation of color #ADD8BE: hue angle of 143.72º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD8BE is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 190 -
CMYK 0.20 0 0.12 0.15
HSL 143.72º 0.36% 0.76% -
HSV(B) 143.72º 0.2% 0.85% -
XYZ 51.08 61.71 57.93 -
YUV 200.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 173 216 190 0.20 0 0.12 0.15 143.72 0.36 0.76
Hex AD D8 BE 14 0 C F 90 24 4C
Octal 255 330 276 24 0 14 17 220 44 114
Binary 10101101 11011000 10111110 10100 0 1100 1111 10010000 100100 1001100

Color Harmonies of #ADD8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8BE

Black with #ADD8BE

Text Example


Text Example

White with #ADD8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8BE; }

 p { color: rgb(173,216,190); }

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

background-color css

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

 a { background-color: rgb(173,216,190); }

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

border-color css

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

 span { border-color: rgb(173,216,190); }

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