Html Css Color HEX #71A9AB Neptune

📋 copy color: '#71A9AB'

red 113 ◦ green 169 ◦ blue 171

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

Shades of Neptune #71A9AB

Tints of Neptune #71A9AB

RGB

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

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

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

R = 24.94%
G = 37.31%
B = 37.75%

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

#71A9AB (or 0x71A9AB) is known color: Neptune. HEX triplet: 71, A9 and AB. RGB value is (113,169,171). Sum of RGB (Red+Green+Blue) = 113+169+171=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #71A9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A9AB is #8E5654. Grayscale: #989898. Windows color (decimal): -9328213 or 11250033. OLE color: 11250033.

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

Color convert

RGB 113 169 171 -
CMYK 0.34 0.01 0 0.33
HSL 182.07º 0.26% 0.56% -
HSV(B) 182.07º 0.34% 0.67% -
XYZ 28.35 34.83 43.76 -
YUV 152.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 113 169 171 0.34 0.01 0 0.33 182.07 0.26 0.56
Hex 71 A9 AB 22 1 0 21 B6 1A 38
Octal 161 251 253 42 1 0 41 266 32 70
Binary 1110001 10101001 10101011 100010 1 0 100001 10110110 11010 111000

Color Harmonies of #71A9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A9AB

Black with #71A9AB

Text Example


Text Example

White with #71A9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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