Html Css Color HEX #71A3A2 Neptune

📋 copy color: '#71A3A2'

red 113 ◦ green 163 ◦ blue 162

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

Shades of Neptune #71A3A2

Tints of Neptune #71A3A2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.21%

 BLUE value IS 162 (63.67% from 255) = 36.99%

R = 25.8%
G = 37.21%
B = 36.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#71A3A2 (or 0x71A3A2) is known color: Neptune. HEX triplet: 71, A3 and A2. RGB value is (113,163,162). Sum of RGB (Red+Green+Blue) = 113+163+162=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 163 - color contains mainly: green. Hex color #71A3A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A3A2 is #8E5C5D. Grayscale: #939393. Windows color (decimal): -9329758 or 10658673. OLE color: 10658673.

HSL color Cylindrical-coordinate representation of color #71A3A2: hue angle of 178.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71A3A2 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 163 162 -
CMYK 0.31 0 0.01 0.36
HSL 178.8º 0.21% 0.54% -
HSV(B) 178.8º 0.31% 0.64% -
XYZ 26.43 32.31 39.03 -
YUV 147.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 113 163 162 0.31 0 0.01 0.36 178.8 0.21 0.54
Hex 71 A3 A2 1F 0 1 24 B3 15 36
Octal 161 243 242 37 0 1 44 263 25 66
Binary 1110001 10100011 10100010 11111 0 1 100100 10110011 10101 110110

Color Harmonies of #71A3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A3A2

Black with #71A3A2

Text Example


Text Example

White with #71A3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,163,162); }

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

background-color css

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

 a { background-color: rgb(113,163,162); }

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

border-color css

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

 span { border-color: rgb(113,163,162); }

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