Html Css Color HEX #739FA0 Neptune

📋 copy color: '#739FA0'

red 115 ◦ green 159 ◦ blue 160

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

Shades of Neptune #739FA0

Tints of Neptune #739FA0

RGB

 RED value IS 115 (45.31% from 255) = 26.5%

 GREEN value IS 159 (62.5% from 255) = 36.64%

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

R = 26.5%
G = 36.64%
B = 36.87%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#739FA0 (or 0x739FA0) is known color: Neptune. HEX triplet: 73, 9F and A0. RGB value is (115,159,160). Sum of RGB (Red+Green+Blue) = 115+159+160=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 160 - color contains mainly: blue. Hex color #739FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739FA0 is #8C605F. Grayscale: #919191. Windows color (decimal): -9199712 or 10526579. OLE color: 10526579.

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

Color convert

RGB 115 159 160 -
CMYK 0.28 0.01 0 0.37
HSL 181.33º 0.19% 0.54% -
HSV(B) 181.33º 0.28% 0.63% -
XYZ 25.81 30.98 37.88 -
YUV 145.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 115 159 160 0.28 0.01 0 0.37 181.33 0.19 0.54
Hex 73 9F A0 1C 1 0 25 B5 13 36
Octal 163 237 240 34 1 0 45 265 23 66
Binary 1110011 10011111 10100000 11100 1 0 100101 10110101 10011 110110

Color Harmonies of #739FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739FA0

Black with #739FA0

Text Example


Text Example

White with #739FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739FA0; }

 p { color: rgb(115,159,160); }

 H1.HeaderClassName
 {
   color: #739FA0;
 }
 .AnyTagClassName
 {
   color: #739FA0;
 }
</style>

background-color css

<style>
 a { background-color: #739FA0; }

 a { background-color: rgb(115,159,160); }

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

border-color css

<style>
 span { border-color: #739FA0; }

 span { border-color: rgb(115,159,160); }

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