#70B4AA

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

Shades of Gulf Stream #70B4AA

Tints of Gulf Stream #70B4AA

Color information

#70B4AA (or 0x70B4AA) is unknown color: approx Gulf Stream. HEX triplet: 70, B4 and AA. RGB value is (112,180,170). Sum of RGB (Red+Green+Blue) = 112+180+170=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #70B4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B4AA is #8F4B55. Grayscale: #9E9E9E. Windows color (decimal): -9390934 or 11187312. OLE color: 11187312.

HSL color Cylindrical-coordinate representation of color #70B4AA: hue angle of 171.18º degrees, saturation: 0.31, 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 #70B4AA is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB112180170-
CMYK0.3800.060.29
HSL171.18º31.19%57.25%-
HSV(B)171.18º37.78%70.59%-
XYZ30.2638.9943.96-
YUV158.53134.4794.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.24%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=24.24%
G=38.96%
B=36.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121801700.3800.060.29171.1831.1957.25
Hex70B4AA26061Dab1f39
Octal1602642524606352533771
Binary111000010110100101010101001100110111011010101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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