Html Css Color HEX #71A7AA Neptune

📋 copy color: '#71A7AA'

red 113 ◦ green 167 ◦ blue 170

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

Shades of Neptune #71A7AA

Tints of Neptune #71A7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.11%

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

R = 25.11%
G = 37.11%
B = 37.78%

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

#71A7AA (or 0x71A7AA) is known color: Neptune. HEX triplet: 71, A7 and AA. RGB value is (113,167,170). Sum of RGB (Red+Green+Blue) = 113+167+170=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #71A7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A7AA is #8E5855. Grayscale: #979797. Windows color (decimal): -9328726 or 11183985. OLE color: 11183985.

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

Color convert

RGB 113 167 170 -
CMYK 0.34 0.02 0 0.33
HSL 183.16º 0.25% 0.55% -
HSV(B) 183.16º 0.34% 0.67% -
XYZ 27.88 34.05 43.13 -
YUV 151.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 113 167 170 0.34 0.02 0 0.33 183.16 0.25 0.55
Hex 71 A7 AA 22 2 0 21 B7 19 37
Octal 161 247 252 42 2 0 41 267 31 67
Binary 1110001 10100111 10101010 100010 10 0 100001 10110111 11001 110111

Color Harmonies of #71A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A7AA

Black with #71A7AA

Text Example


Text Example

White with #71A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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