#70BAAD

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

Shades of Gulf Stream #70BAAD

Tints of Gulf Stream #70BAAD

Color information

#70BAAD (or 0x70BAAD) is unknown color: approx Gulf Stream. HEX triplet: 70, BA and AD. RGB value is (112,186,173). Sum of RGB (Red+Green+Blue) = 112+186+173=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BAAD is #8F4552. Grayscale: #A2A2A2. Windows color (decimal): -9389395 or 11385456. OLE color: 11385456.

HSL color Cylindrical-coordinate representation of color #70BAAD: hue angle of 169.46º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BAAD is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB112186173-
CMYK0.4000.070.27
HSL169.46º34.91%58.43%-
HSV(B)169.46º39.78%72.94%-
XYZ31.7841.5845.89-
YUV162.39133.9892.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=23.78%
G=39.49%
B=36.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861730.4000.070.27169.4634.9158.43
Hex70BAAD28071Ba9233a
Octal1602722555007332514372
Binary1110000101110101010110110100001111101110101001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,186,173); }

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

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

 a { background-color: rgb(112,186,173); }

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

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

 span { border-color: rgb(112,186,173); }

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