#739E98

Color #739E98 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #739E98

Tints of Juniper #739E98

Color information

#739E98 (or 0x739E98) is unknown color: approx Juniper. HEX triplet: 73, 9E and 98. RGB value is (115,158,152). Sum of RGB (Red+Green+Blue) = 115+158+152=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #739E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739E98 is #8C6167. Grayscale: #909090. Windows color (decimal): -9199976 or 10002035. OLE color: 10002035.

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

Color convert

RGB115158152-
CMYK0.2700.040.38
HSL171.63º18.14%53.53%-
HSV(B)171.63º27.22%61.96%-
XYZ24.9630.3734.25-
YUV144.46132.25106.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.06%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=27.06%
G=37.18%
B=35.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151581520.2700.040.38171.6318.1453.53
Hex739E981B0426ac1236
Octal1632362303304462542266
Binary111001110011110100110001101101001001101010110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,158,152); }

 H1.HeaderClassName
 {
   color: #739E98;
 }
 .AnyTagClassName
 {
   color: #739E98;
 }
</style>
background-color css

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

 a { background-color: rgb(115,158,152); }

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

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

 span { border-color: rgb(115,158,152); }

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