Html Css Color HEX #ABD7BE Nebula

📋 copy color: '#ABD7BE'

red 171 ◦ green 215 ◦ blue 190

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

Shades of Nebula #ABD7BE

Tints of Nebula #ABD7BE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.33%

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

R = 29.69%
G = 37.33%
B = 32.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#ABD7BE (or 0xABD7BE) is known color: Nebula. HEX triplet: AB, D7 and BE. RGB value is (171,215,190). Sum of RGB (Red+Green+Blue) = 171+215+190=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7BE is #542841. Grayscale: #C7C7C7. Windows color (decimal): -5515330 or 12507051. OLE color: 12507051.

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

Color convert

RGB 171 215 190 -
CMYK 0.20 0 0.12 0.16
HSL 145.91º 0.35% 0.76% -
HSV(B) 145.91º 0.2% 0.84% -
XYZ 50.39 60.98 57.83 -
YUV 198.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 171 215 190 0.20 0 0.12 0.16 145.91 0.35 0.76
Hex AB D7 BE 14 0 C 10 92 23 4C
Octal 253 327 276 24 0 14 20 222 43 114
Binary 10101011 11010111 10111110 10100 0 1100 10000 10010010 100011 1001100

Color Harmonies of #ABD7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD7BE

Black with #ABD7BE

Text Example


Text Example

White with #ABD7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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