Html Css Color HEX #ABD2BA Nebula

📋 copy color: '#ABD2BA'

red 171 ◦ green 210 ◦ blue 186

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

Shades of Nebula #ABD2BA

Tints of Nebula #ABD2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.04%

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 30.16%
G = 37.04%
B = 32.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#ABD2BA (or 0xABD2BA) is known color: Nebula. HEX triplet: AB, D2 and BA. RGB value is (171,210,186). Sum of RGB (Red+Green+Blue) = 171+210+186=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2BA is #542D45. Grayscale: #C3C3C3. Windows color (decimal): -5516614 or 12243627. OLE color: 12243627.

HSL color Cylindrical-coordinate representation of color #ABD2BA: hue angle of 143.08º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD2BA is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 210 186 -
CMYK 0.19 0 0.11 0.18
HSL 143.08º 0.3% 0.75% -
HSV(B) 143.08º 0.19% 0.82% -
XYZ 48.7 58.3 55.14 -
YUV 195.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 171 210 186 0.19 0 0.11 0.18 143.08 0.3 0.75
Hex AB D2 BA 13 0 B 12 8F 1E 4B
Octal 253 322 272 23 0 13 22 217 36 113
Binary 10101011 11010010 10111010 10011 0 1011 10010 10001111 11110 1001011

Color Harmonies of #ABD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD2BA

Black with #ABD2BA

Text Example


Text Example

White with #ABD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD2BA; }

 p { color: rgb(171,210,186); }

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

background-color css

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

 a { background-color: rgb(171,210,186); }

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

border-color css

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

 span { border-color: rgb(171,210,186); }

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