Html Css Color HEX #75AAAC Neptune

📋 copy color: '#75AAAC'

red 117 ◦ green 170 ◦ blue 172

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

Shades of Neptune #75AAAC

Tints of Neptune #75AAAC

RGB

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

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

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

R = 25.49%
G = 37.04%
B = 37.47%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#75AAAC (or 0x75AAAC) is known color: Neptune. HEX triplet: 75, AA and AC. RGB value is (117,170,172). Sum of RGB (Red+Green+Blue) = 117+170+172=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #75AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AAAC is #8A5553. Grayscale: #9A9A9A. Windows color (decimal): -9065812 or 11315829. OLE color: 11315829.

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

Color convert

RGB 117 170 172 -
CMYK 0.32 0.01 0 0.33
HSL 182.18º 0.25% 0.57% -
HSV(B) 182.18º 0.32% 0.67% -
XYZ 29.16 35.51 44.35 -
YUV 154.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 117 170 172 0.32 0.01 0 0.33 182.18 0.25 0.57
Hex 75 AA AC 20 1 0 21 B6 19 39
Octal 165 252 254 40 1 0 41 266 31 71
Binary 1110101 10101010 10101100 100000 1 0 100001 10110110 11001 111001

Color Harmonies of #75AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AAAC

Black with #75AAAC

Text Example


Text Example

White with #75AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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