Html Css Color HEX #71ACAB Neptune

📋 copy color: '#71ACAB'

red 113 ◦ green 172 ◦ blue 171

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

Shades of Neptune #71ACAB

Tints of Neptune #71ACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

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

R = 24.78%
G = 37.72%
B = 37.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#71ACAB (or 0x71ACAB) is known color: Neptune. HEX triplet: 71, AC and AB. RGB value is (113,172,171). Sum of RGB (Red+Green+Blue) = 113+172+171=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #71ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71ACAB is #8E5354. Grayscale: #9A9A9A. Windows color (decimal): -9327445 or 11250801. OLE color: 11250801.

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

Color convert

RGB 113 172 171 -
CMYK 0.34 0 0.01 0.33
HSL 178.98º 0.26% 0.56% -
HSV(B) 178.98º 0.34% 0.67% -
XYZ 28.91 35.96 43.94 -
YUV 154.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 113 172 171 0.34 0 0.01 0.33 178.98 0.26 0.56
Hex 71 AC AB 22 0 1 21 B3 1A 38
Octal 161 254 253 42 0 1 41 263 32 70
Binary 1110001 10101100 10101011 100010 0 1 100001 10110011 11010 111000

Color Harmonies of #71ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ACAB

Black with #71ACAB

Text Example


Text Example

White with #71ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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