#70A09A

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

Shades of Juniper #70A09A

Tints of Juniper #70A09A

Color information

#70A09A (or 0x70A09A) is unknown color: approx Juniper. HEX triplet: 70, A0 and 9A. RGB value is (112,160,154). Sum of RGB (Red+Green+Blue) = 112+160+154=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #70A09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A09A is #8F5F65. Grayscale: #909090. Windows color (decimal): -9396070 or 10133616. OLE color: 10133616.

HSL color Cylindrical-coordinate representation of color #70A09A: hue angle of 172.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A09A is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB112160154-
CMYK0.3000.040.37
HSL172.5º20.17%53.33%-
HSV(B)172.5º30%62.75%-
XYZ25.0930.9235.22-
YUV144.96133.1104.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.29%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=26.29%
G=37.56%
B=36.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121601540.3000.040.37172.520.1753.33
Hex70A09A1E0425ac1435
Octal1602402323604452542465
Binary111000010100000100110101111001001001011010110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A09A; }

 p { color: rgb(112,160,154); }

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

<style>
 a { background-color: #70A09A; }

 a { background-color: rgb(112,160,154); }

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

<style>
 span { border-color: #70A09A; }

 span { border-color: rgb(112,160,154); }

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