Html Css Color HEX #ABD9BF Nebula

📋 copy color: '#ABD9BF'

red 171 ◦ green 217 ◦ blue 191

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

Shades of Nebula #ABD9BF

Tints of Nebula #ABD9BF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.48%

 BLUE value IS 191 (75% from 255) = 32.99%

R = 29.53%
G = 37.48%
B = 32.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#ABD9BF (or 0xABD9BF) is known color: Nebula. HEX triplet: AB, D9 and BF. RGB value is (171,217,191). Sum of RGB (Red+Green+Blue) = 171+217+191=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9BF is #542640. Grayscale: #C8C8C8. Windows color (decimal): -5514817 or 12573099. OLE color: 12573099.

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

Color convert

RGB 171 217 191 -
CMYK 0.21 0 0.12 0.15
HSL 146.09º 0.38% 0.76% -
HSV(B) 146.09º 0.21% 0.85% -
XYZ 51.01 62.05 58.58 -
YUV 200.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 171 217 191 0.21 0 0.12 0.15 146.09 0.38 0.76
Hex AB D9 BF 15 0 C F 92 26 4C
Octal 253 331 277 25 0 14 17 222 46 114
Binary 10101011 11011001 10111111 10101 0 1100 1111 10010010 100110 1001100

Color Harmonies of #ABD9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD9BF

Black with #ABD9BF

Text Example


Text Example

White with #ABD9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD9BF; }

 p { color: rgb(171,217,191); }

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

background-color css

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

 a { background-color: rgb(171,217,191); }

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

border-color css

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

 span { border-color: rgb(171,217,191); }

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