#70B5A8

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

Shades of Gulf Stream #70B5A8

Tints of Gulf Stream #70B5A8

Color information

#70B5A8 (or 0x70B5A8) is unknown color: approx Gulf Stream. HEX triplet: 70, B5 and A8. RGB value is (112,181,168). Sum of RGB (Red+Green+Blue) = 112+181+168=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #70B5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B5A8 is #8F4A57. Grayscale: #9E9E9E. Windows color (decimal): -9390680 or 11056496. OLE color: 11056496.

HSL color Cylindrical-coordinate representation of color #70B5A8: hue angle of 168.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B5A8 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB112181168-
CMYK0.3800.070.29
HSL168.7º31.8%57.45%-
HSV(B)168.7º38.12%70.98%-
XYZ30.2739.3243.04-
YUV158.89133.1494.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 168 (66.02% from 255) = 36.44%
R=24.30%
G=39.26%
B=36.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121811680.3800.070.29168.731.857.45
Hex70B5A826071Da92039
Octal1602652504607352514071
Binary1110000101101011010100010011001111110110101001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,181,168); }

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

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

 a { background-color: rgb(112,181,168); }

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

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

 span { border-color: rgb(112,181,168); }

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