Html Css Color HEX #71A0A4 Neptune

📋 copy color: '#71A0A4'

red 113 ◦ green 160 ◦ blue 164

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

Shades of Neptune #71A0A4

Tints of Neptune #71A0A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.53%

R = 25.86%
G = 36.61%
B = 37.53%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#71A0A4 (or 0x71A0A4) is known color: Neptune. HEX triplet: 71, A0 and A4. RGB value is (113,160,164). Sum of RGB (Red+Green+Blue) = 113+160+164=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 164 - color contains mainly: blue. Hex color #71A0A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A0A4 is #8E5F5B. Grayscale: #929292. Windows color (decimal): -9330524 or 10788977. OLE color: 10788977.

HSL color Cylindrical-coordinate representation of color #71A0A4: hue angle of 184.71º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71A0A4 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 160 164 -
CMYK 0.31 0.02 0 0.36
HSL 184.71º 0.22% 0.54% -
HSV(B) 184.71º 0.31% 0.64% -
XYZ 26.08 31.33 39.8 -
YUV 146.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 113 160 164 0.31 0.02 0 0.36 184.71 0.22 0.54
Hex 71 A0 A4 1F 2 0 24 B9 16 36
Octal 161 240 244 37 2 0 44 271 26 66
Binary 1110001 10100000 10100100 11111 10 0 100100 10111001 10110 110110

Color Harmonies of #71A0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A0A4

Black with #71A0A4

Text Example


Text Example

White with #71A0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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