Html Css Color HEX #759EAA Neptune

📋 copy color: '#759EAA'

red 117 ◦ green 158 ◦ blue 170

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

Shades of Neptune #759EAA

Tints of Neptune #759EAA

RGB

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

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

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

R = 26.29%
G = 35.51%
B = 38.2%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#759EAA (or 0x759EAA) is known color: Neptune. HEX triplet: 75, 9E and AA. RGB value is (117,158,170). Sum of RGB (Red+Green+Blue) = 117+158+170=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #759EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759EAA is #8A6155. Grayscale: #939393. Windows color (decimal): -9068886 or 11181685. OLE color: 11181685.

HSL color Cylindrical-coordinate representation of color #759EAA: hue angle of 193.58º 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 #759EAA is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 158 170 -
CMYK 0.31 0.07 0 0.33
HSL 193.58º 0.24% 0.56% -
HSV(B) 193.58º 0.31% 0.67% -
XYZ 26.82 31.14 42.63 -
YUV 147.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 117 158 170 0.31 0.07 0 0.33 193.58 0.24 0.56
Hex 75 9E AA 1F 7 0 21 C2 18 38
Octal 165 236 252 37 7 0 41 302 30 70
Binary 1110101 10011110 10101010 11111 111 0 100001 11000010 11000 111000

Color Harmonies of #759EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EAA

Black with #759EAA

Text Example


Text Example

White with #759EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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