Html Css Color HEX #759EA0 Neptune

📋 copy color: '#759EA0'

red 117 ◦ green 158 ◦ blue 160

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

Shades of Neptune #759EA0

Tints of Neptune #759EA0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.32%

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 26.9%
G = 36.32%
B = 36.78%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#759EA0 (or 0x759EA0) is known color: Neptune. HEX triplet: 75, 9E and A0. RGB value is (117,158,160). Sum of RGB (Red+Green+Blue) = 117+158+160=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 160 - color contains mainly: blue. Hex color #759EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759EA0 is #8A615F. Grayscale: #919191. Windows color (decimal): -9068896 or 10526325. OLE color: 10526325.

HSL color Cylindrical-coordinate representation of color #759EA0: hue angle of 182.79º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #759EA0 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 158 160 -
CMYK 0.27 0.01 0 0.37
HSL 182.79º 0.18% 0.54% -
HSV(B) 182.79º 0.27% 0.63% -
XYZ 25.91 30.77 37.83 -
YUV 145.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 117 158 160 0.27 0.01 0 0.37 182.79 0.18 0.54
Hex 75 9E A0 1B 1 0 25 B7 12 36
Octal 165 236 240 33 1 0 45 267 22 66
Binary 1110101 10011110 10100000 11011 1 0 100101 10110111 10010 110110

Color Harmonies of #759EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EA0

Black with #759EA0

Text Example


Text Example

White with #759EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759EA0; }

 p { color: rgb(117,158,160); }

 H1.HeaderClassName
 {
   color: #759EA0;
 }
 .AnyTagClassName
 {
   color: #759EA0;
 }
</style>

background-color css

<style>
 a { background-color: #759EA0; }

 a { background-color: rgb(117,158,160); }

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

border-color css

<style>
 span { border-color: #759EA0; }

 span { border-color: rgb(117,158,160); }

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