Html Css Color HEX #75AAAD Neptune

📋 copy color: '#75AAAD'

red 117 ◦ green 170 ◦ blue 173

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

Shades of Neptune #75AAAD

Tints of Neptune #75AAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.61%

R = 25.43%
G = 36.96%
B = 37.61%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#75AAAD (or 0x75AAAD) is known color: Neptune. HEX triplet: 75, AA and AD. RGB value is (117,170,173). Sum of RGB (Red+Green+Blue) = 117+170+173=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #75AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AAAD is #8A5552. Grayscale: #9A9A9A. Windows color (decimal): -9065811 or 11381365. OLE color: 11381365.

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

Color convert

RGB 117 170 173 -
CMYK 0.32 0.02 0 0.32
HSL 183.21º 0.25% 0.57% -
HSV(B) 183.21º 0.32% 0.68% -
XYZ 29.25 35.55 44.85 -
YUV 154.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 117 170 173 0.32 0.02 0 0.32 183.21 0.25 0.57
Hex 75 AA AD 20 2 0 20 B7 19 39
Octal 165 252 255 40 2 0 40 267 31 71
Binary 1110101 10101010 10101101 100000 10 0 100000 10110111 11001 111001

Color Harmonies of #75AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AAAD

Black with #75AAAD

Text Example


Text Example

White with #75AAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,170,173); }

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

background-color css

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

 a { background-color: rgb(117,170,173); }

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

border-color css

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

 span { border-color: rgb(117,170,173); }

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