#70bcad

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

Shades of Gulf Stream #70BCAD

Tints of Gulf Stream #70BCAD

Color information

#70BCAD (or 0x70BCAD) is unknown color: approx Gulf Stream. HEX triplet: 70, BC and AD. RGB value is (112,188,173). Sum of RGB (Red+Green+Blue) = 112+188+173=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCAD is #8F4352. Grayscale: #A3A3A3. Windows color (decimal): -9388883 or 11385968. OLE color: 11385968.

HSL color Cylindrical-coordinate representation of color #70BCAD: hue angle of 168.16º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BCAD is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB112188173-
CMYK0.4000.080.26
HSL168.16º36.19%58.82%-
HSV(B)168.16º40.43%73.73%-
XYZ32.2142.4346.03-
YUV163.57133.3291.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=23.68%
G=39.75%
B=36.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121881730.4000.080.26168.1636.1958.82
Hex70BCAD28081Aa8243b
Octal16027425550010322504473
Binary11100001011110010101101101000010001101010101000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70bcad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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