Html Css Color HEX #739C9F Neptune

📋 copy color: '#739C9F'

red 115 ◦ green 156 ◦ blue 159

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

Shades of Neptune #739C9F

Tints of Neptune #739C9F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.28%

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 26.74%
G = 36.28%
B = 36.98%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#739C9F (or 0x739C9F) is known color: Neptune. HEX triplet: 73, 9C and 9F. RGB value is (115,156,159). Sum of RGB (Red+Green+Blue) = 115+156+159=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #739C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739C9F is #8C6360. Grayscale: #909090. Windows color (decimal): -9200481 or 10460275. OLE color: 10460275.

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

Color convert

RGB 115 156 159 -
CMYK 0.28 0.02 0 0.38
HSL 184.09º 0.19% 0.54% -
HSV(B) 184.09º 0.28% 0.62% -
XYZ 25.22 29.92 37.25 -
YUV 144.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 115 156 159 0.28 0.02 0 0.38 184.09 0.19 0.54
Hex 73 9C 9F 1C 2 0 26 B8 13 36
Octal 163 234 237 34 2 0 46 270 23 66
Binary 1110011 10011100 10011111 11100 10 0 100110 10111000 10011 110110

Color Harmonies of #739C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739C9F

Black with #739C9F

Text Example


Text Example

White with #739C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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