Html Css Color HEX #75A6AC Neptune

📋 copy color: '#75A6AC'

red 117 ◦ green 166 ◦ blue 172

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

Shades of Neptune #75A6AC

Tints of Neptune #75A6AC

RGB

 RED value IS 117 (46.09% from 255) = 25.71%

 GREEN value IS 166 (65.23% from 255) = 36.48%

 BLUE value IS 172 (67.58% from 255) = 37.8%

R = 25.71%
G = 36.48%
B = 37.8%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#75A6AC (or 0x75A6AC) is known color: Neptune. HEX triplet: 75, A6 and AC. RGB value is (117,166,172). Sum of RGB (Red+Green+Blue) = 117+166+172=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #75A6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A6AC is #8A5953. Grayscale: #979797. Windows color (decimal): -9066836 or 11314805. OLE color: 11314805.

HSL color Cylindrical-coordinate representation of color #75A6AC: hue angle of 186.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75A6AC is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 166 172 -
CMYK 0.32 0.03 0 0.33
HSL 186.55º 0.25% 0.57% -
HSV(B) 186.55º 0.32% 0.67% -
XYZ 28.42 34.03 44.1 -
YUV 152.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 117 166 172 0.32 0.03 0 0.33 186.55 0.25 0.57
Hex 75 A6 AC 20 3 0 21 BB 19 39
Octal 165 246 254 40 3 0 41 273 31 71
Binary 1110101 10100110 10101100 100000 11 0 100001 10111011 11001 111001

Color Harmonies of #75A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A6AC

Black with #75A6AC

Text Example


Text Example

White with #75A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A6AC; }

 p { color: rgb(117,166,172); }

 H1.HeaderClassName
 {
   color: #75A6AC;
 }
 .AnyTagClassName
 {
   color: #75A6AC;
 }
</style>

background-color css

<style>
 a { background-color: #75A6AC; }

 a { background-color: rgb(117,166,172); }

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

border-color css

<style>
 span { border-color: #75A6AC; }

 span { border-color: rgb(117,166,172); }

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