#ABD6BE

Color #ABD6BE Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #ABD6BE

Tints of Nebula #ABD6BE

Color information

#ABD6BE (or 0xABD6BE) is unknown color: approx Nebula. HEX triplet: AB, D6 and BE. RGB value is (171,214,190). Sum of RGB (Red+Green+Blue) = 171+214+190=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6BE is #542941. Grayscale: #C6C6C6. Windows color (decimal): -5515586 or 12506795. OLE color: 12506795.

HSL color Cylindrical-coordinate representation of color #ABD6BE: hue angle of 146.51º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD6BE is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB171214190-
CMYK0.2000.110.16
HSL146.51º34.4%75.49%-
HSV(B)146.51º20.09%83.92%-
XYZ50.1460.4757.74-
YUV198.41123.25108.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=29.74%
G=37.22%
B=33.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141900.2000.110.16146.5134.475.49
HexABD6BE140B1093224b
Octal253326276240132022342113
Binary101010111101011010111110101000101110000100100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6BE; }

 p { color: rgb(171,214,190); }

 H1.HeaderClassName
 {
   color: #ABD6BE;
 }
 .AnyTagClassName
 {
   color: #ABD6BE;
 }
</style>
background-color css

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

 a { background-color: rgb(171,214,190); }

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

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

 span { border-color: rgb(171,214,190); }

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