#70B8AA

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

Shades of Gulf Stream #70B8AA

Tints of Gulf Stream #70B8AA

Color information

#70B8AA (or 0x70B8AA) is unknown color: approx Gulf Stream. HEX triplet: 70, B8 and AA. RGB value is (112,184,170). Sum of RGB (Red+Green+Blue) = 112+184+170=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #70B8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B8AA is #8F4755. Grayscale: #A0A0A0. Windows color (decimal): -9389910 or 11188336. OLE color: 11188336.

HSL color Cylindrical-coordinate representation of color #70B8AA: hue angle of 168.33º degrees, saturation: 0.34, 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 #70B8AA is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB112184170-
CMYK0.3900.080.28
HSL168.33º33.64%58.04%-
HSV(B)168.33º39.13%72.16%-
XYZ31.0840.6344.23-
YUV160.88133.1593.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=24.03%
G=39.48%
B=36.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121841700.3900.080.28168.3333.6458.04
Hex70B8AA27081Ca8223a
Octal16027025247010342504272
Binary11100001011100010101010100111010001110010101000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,184,170); }

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

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

 a { background-color: rgb(112,184,170); }

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

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

 span { border-color: rgb(112,184,170); }

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