Html Css Color HEX #75AAB1 Neptune

📋 copy color: '#75AAB1'

red 117 ◦ green 170 ◦ blue 177

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

Shades of Neptune #75AAB1

Tints of Neptune #75AAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.15%

R = 25.22%
G = 36.64%
B = 38.15%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#75AAB1 (or 0x75AAB1) is known color: Neptune. HEX triplet: 75, AA and B1. RGB value is (117,170,177). Sum of RGB (Red+Green+Blue) = 117+170+177=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #75AAB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AAB1 is #8A554E. Grayscale: #9A9A9A. Windows color (decimal): -9065807 or 11643509. OLE color: 11643509.

HSL color Cylindrical-coordinate representation of color #75AAB1: hue angle of 187º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75AAB1 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 170 177 -
CMYK 0.34 0.04 0 0.31
HSL 187º 0.28% 0.58% -
HSV(B) 187º 0.34% 0.69% -
XYZ 29.65 35.71 46.92 -
YUV 154.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 117 170 177 0.34 0.04 0 0.31 187 0.28 0.58
Hex 75 AA B1 22 4 0 1F BB 1C 3A
Octal 165 252 261 42 4 0 37 273 34 72
Binary 1110101 10101010 10110001 100010 100 0 11111 10111011 11100 111010

Color Harmonies of #75AAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AAB1

Black with #75AAB1

Text Example


Text Example

White with #75AAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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