Html Css Color HEX #71A9AA Neptune

📋 copy color: '#71A9AA'

red 113 ◦ green 169 ◦ blue 170

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

Shades of Neptune #71A9AA

Tints of Neptune #71A9AA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.39%

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

R = 25%
G = 37.39%
B = 37.61%

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

#71A9AA (or 0x71A9AA) is known color: Neptune. HEX triplet: 71, A9 and AA. RGB value is (113,169,170). Sum of RGB (Red+Green+Blue) = 113+169+170=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #71A9AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A9AA is #8E5655. Grayscale: #989898. Windows color (decimal): -9328214 or 11184497. OLE color: 11184497.

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

Color convert

RGB 113 169 170 -
CMYK 0.34 0.01 0 0.33
HSL 181.05º 0.25% 0.55% -
HSV(B) 181.05º 0.34% 0.67% -
XYZ 28.25 34.79 43.26 -
YUV 152.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 113 169 170 0.34 0.01 0 0.33 181.05 0.25 0.55
Hex 71 A9 AA 22 1 0 21 B5 19 37
Octal 161 251 252 42 1 0 41 265 31 67
Binary 1110001 10101001 10101010 100010 1 0 100001 10110101 11001 110111

Color Harmonies of #71A9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A9AA

Black with #71A9AA

Text Example


Text Example

White with #71A9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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