Html Css Color HEX #71ABAC Neptune

📋 copy color: '#71ABAC'

red 113 ◦ green 171 ◦ blue 172

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

Shades of Neptune #71ABAC

Tints of Neptune #71ABAC

RGB

 RED value IS 113 (44.53% from 255) = 24.78%

 GREEN value IS 171 (67.19% from 255) = 37.5%

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 24.78%
G = 37.5%
B = 37.72%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#71ABAC (or 0x71ABAC) is known color: Neptune. HEX triplet: 71, AB and AC. RGB value is (113,171,172). Sum of RGB (Red+Green+Blue) = 113+171+172=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #71ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71ABAC is #8E5453. Grayscale: #999999. Windows color (decimal): -9327700 or 11316081. OLE color: 11316081.

HSL color Cylindrical-coordinate representation of color #71ABAC: hue angle of 181.02º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71ABAC is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 171 172 -
CMYK 0.34 0.01 0 0.33
HSL 181.02º 0.26% 0.56% -
HSV(B) 181.02º 0.34% 0.67% -
XYZ 28.82 35.62 44.39 -
YUV 153.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 113 171 172 0.34 0.01 0 0.33 181.02 0.26 0.56
Hex 71 AB AC 22 1 0 21 B5 1A 38
Octal 161 253 254 42 1 0 41 265 32 70
Binary 1110001 10101011 10101100 100010 1 0 100001 10110101 11010 111000

Color Harmonies of #71ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABAC

Black with #71ABAC

Text Example


Text Example

White with #71ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71ABAC; }

 p { color: rgb(113,171,172); }

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

background-color css

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

 a { background-color: rgb(113,171,172); }

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

border-color css

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

 span { border-color: rgb(113,171,172); }

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