Html Css Color HEX #71AAAB Neptune

📋 copy color: '#71AAAB'

red 113 ◦ green 170 ◦ blue 171

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

Shades of Neptune #71AAAB

Tints of Neptune #71AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 24.89%
G = 37.44%
B = 37.67%

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

#71AAAB (or 0x71AAAB) is known color: Neptune. HEX triplet: 71, AA and AB. RGB value is (113,170,171). Sum of RGB (Red+Green+Blue) = 113+170+171=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #71AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AAAB is #8E5554. Grayscale: #999999. Windows color (decimal): -9327957 or 11250289. OLE color: 11250289.

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

Color convert

RGB 113 170 171 -
CMYK 0.34 0.01 0 0.33
HSL 181.03º 0.26% 0.56% -
HSV(B) 181.03º 0.34% 0.67% -
XYZ 28.54 35.2 43.82 -
YUV 153.07 138.12 99.42 -
System Red Green Blue C M Y K H S L
Decimal 113 170 171 0.34 0.01 0 0.33 181.03 0.26 0.56
Hex 71 AA AB 22 1 0 21 B5 1A 38
Octal 161 252 253 42 1 0 41 265 32 70
Binary 1110001 10101010 10101011 100010 1 0 100001 10110101 11010 111000

Color Harmonies of #71AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AAAB

Black with #71AAAB

Text Example


Text Example

White with #71AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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