Html Css Color HEX #75A8AA Neptune

📋 copy color: '#75A8AA'

red 117 ◦ green 168 ◦ blue 170

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

Shades of Neptune #75A8AA

Tints of Neptune #75A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.92%

 BLUE value IS 170 (66.8% from 255) = 37.36%

R = 25.71%
G = 36.92%
B = 37.36%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#75A8AA (or 0x75A8AA) is known color: Neptune. HEX triplet: 75, A8 and AA. RGB value is (117,168,170). Sum of RGB (Red+Green+Blue) = 117+168+170=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #75A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A8AA is #8A5755. Grayscale: #989898. Windows color (decimal): -9066326 or 11184245. OLE color: 11184245.

HSL color Cylindrical-coordinate representation of color #75A8AA: hue angle of 182.26º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75A8AA is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 168 170 -
CMYK 0.31 0.01 0 0.33
HSL 182.26º 0.24% 0.56% -
HSV(B) 182.26º 0.31% 0.67% -
XYZ 28.59 34.69 43.22 -
YUV 152.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 117 168 170 0.31 0.01 0 0.33 182.26 0.24 0.56
Hex 75 A8 AA 1F 1 0 21 B6 18 38
Octal 165 250 252 37 1 0 41 266 30 70
Binary 1110101 10101000 10101010 11111 1 0 100001 10110110 11000 111000

Color Harmonies of #75A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A8AA

Black with #75A8AA

Text Example


Text Example

White with #75A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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