Html Css Color HEX #75ABAA Neptune

📋 copy color: '#75ABAA'

red 117 ◦ green 171 ◦ blue 170

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

Shades of Neptune #75ABAA

Tints of Neptune #75ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.34%

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

R = 25.55%
G = 37.34%
B = 37.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#75ABAA (or 0x75ABAA) is known color: Neptune. HEX triplet: 75, AB and AA. RGB value is (117,171,170). Sum of RGB (Red+Green+Blue) = 117+171+170=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #75ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ABAA is #8A5455. Grayscale: #9A9A9A. Windows color (decimal): -9065558 or 11185013. OLE color: 11185013.

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

Color convert

RGB 117 171 170 -
CMYK 0.32 0 0.01 0.33
HSL 178.89º 0.24% 0.56% -
HSV(B) 178.89º 0.32% 0.67% -
XYZ 29.15 35.81 43.41 -
YUV 154.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 117 171 170 0.32 0 0.01 0.33 178.89 0.24 0.56
Hex 75 AB AA 20 0 1 21 B3 18 38
Octal 165 253 252 40 0 1 41 263 30 70
Binary 1110101 10101011 10101010 100000 0 1 100001 10110011 11000 111000

Color Harmonies of #75ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ABAA

Black with #75ABAA

Text Example


Text Example

White with #75ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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