#70B7AB

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

Shades of Gulf Stream #70B7AB

Tints of Gulf Stream #70B7AB

Color information

#70B7AB (or 0x70B7AB) is unknown color: approx Gulf Stream. HEX triplet: 70, B7 and AB. RGB value is (112,183,171). Sum of RGB (Red+Green+Blue) = 112+183+171=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #70B7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B7AB is #8F4854. Grayscale: #A0A0A0. Windows color (decimal): -9390165 or 11253616. OLE color: 11253616.

HSL color Cylindrical-coordinate representation of color #70B7AB: hue angle of 169.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B7AB is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB112183171-
CMYK0.3900.070.28
HSL169.86º33.02%57.84%-
HSV(B)169.86º38.8%71.76%-
XYZ30.9740.2544.67-
YUV160.4133.9893.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=24.03%
G=39.27%
B=36.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121831710.3900.070.28169.8633.0257.84
Hex70B7AB27071Caa213a
Octal1602672534707342524172
Binary1110000101101111010101110011101111110010101010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,183,171); }

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

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

 a { background-color: rgb(112,183,171); }

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

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

 span { border-color: rgb(112,183,171); }

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