Html Css Color HEX #ABC9B8 Nebula

📋 copy color: '#ABC9B8'

red 171 ◦ green 201 ◦ blue 184

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

Shades of Nebula #ABC9B8

Tints of Nebula #ABC9B8

RGB

 RED value IS 171 (67.19% from 255) = 30.76%

 GREEN value IS 201 (78.91% from 255) = 36.15%

 BLUE value IS 184 (72.27% from 255) = 33.09%

R = 30.76%
G = 36.15%
B = 33.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#ABC9B8 (or 0xABC9B8) is known color: Nebula. HEX triplet: AB, C9 and B8. RGB value is (171,201,184). Sum of RGB (Red+Green+Blue) = 171+201+184=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9B8 is #543647. Grayscale: #BEBEBE. Windows color (decimal): -5518920 or 12110251. OLE color: 12110251.

HSL color Cylindrical-coordinate representation of color #ABC9B8: hue angle of 146º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC9B8 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 184 -
CMYK 0.15 0 0.08 0.21
HSL 146º 0.22% 0.73% -
HSV(B) 146º 0.15% 0.79% -
XYZ 46.33 53.89 53.31 -
YUV 190.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 171 201 184 0.15 0 0.08 0.21 146 0.22 0.73
Hex AB C9 B8 F 0 8 15 92 16 49
Octal 253 311 270 17 0 10 25 222 26 111
Binary 10101011 11001001 10111000 1111 0 1000 10101 10010010 10110 1001001

Color Harmonies of #ABC9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC9B8

Black with #ABC9B8

Text Example


Text Example

White with #ABC9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC9B8; }

 p { color: rgb(171,201,184); }

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

background-color css

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

 a { background-color: rgb(171,201,184); }

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

border-color css

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

 span { border-color: rgb(171,201,184); }

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