Html Css Color HEX #71A0AA Neptune

📋 copy color: '#71A0AA'

red 113 ◦ green 160 ◦ blue 170

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

Shades of Neptune #71A0AA

Tints of Neptune #71A0AA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.12%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 25.51%
G = 36.12%
B = 38.37%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#71A0AA (or 0x71A0AA) is known color: Neptune. HEX triplet: 71, A0 and AA. RGB value is (113,160,170). Sum of RGB (Red+Green+Blue) = 113+160+170=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #71A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A0AA is #8E5F55. Grayscale: #929292. Windows color (decimal): -9330518 or 11182193. OLE color: 11182193.

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

Color convert

RGB 113 160 170 -
CMYK 0.34 0.06 0 0.33
HSL 190.53º 0.25% 0.55% -
HSV(B) 190.53º 0.34% 0.67% -
XYZ 26.64 31.55 42.72 -
YUV 147.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 113 160 170 0.34 0.06 0 0.33 190.53 0.25 0.55
Hex 71 A0 AA 22 6 0 21 BF 19 37
Octal 161 240 252 42 6 0 41 277 31 67
Binary 1110001 10100000 10101010 100010 110 0 100001 10111111 11001 110111

Color Harmonies of #71A0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A0AA

Black with #71A0AA

Text Example


Text Example

White with #71A0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,160,170); }

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

background-color css

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

 a { background-color: rgb(113,160,170); }

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

border-color css

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

 span { border-color: rgb(113,160,170); }

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