Html Css Color HEX #71A6AA Neptune

📋 copy color: '#71A6AA'

red 113 ◦ green 166 ◦ blue 170

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

Shades of Neptune #71A6AA

Tints of Neptune #71A6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.97%

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

R = 25.17%
G = 36.97%
B = 37.86%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#71A6AA (or 0x71A6AA) is known color: Neptune. HEX triplet: 71, A6 and AA. RGB value is (113,166,170). Sum of RGB (Red+Green+Blue) = 113+166+170=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #71A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A6AA is #8E5955. Grayscale: #969696. Windows color (decimal): -9328982 or 11183729. OLE color: 11183729.

HSL color Cylindrical-coordinate representation of color #71A6AA: hue angle of 184.21º 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 #71A6AA is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 166 170 -
CMYK 0.34 0.02 0 0.33
HSL 184.21º 0.25% 0.55% -
HSV(B) 184.21º 0.34% 0.67% -
XYZ 27.7 33.69 43.07 -
YUV 150.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 113 166 170 0.34 0.02 0 0.33 184.21 0.25 0.55
Hex 71 A6 AA 22 2 0 21 B8 19 37
Octal 161 246 252 42 2 0 41 270 31 67
Binary 1110001 10100110 10101010 100010 10 0 100001 10111000 11001 110111

Color Harmonies of #71A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A6AA

Black with #71A6AA

Text Example


Text Example

White with #71A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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