#70BDAE

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

Shades of Gulf Stream #70BDAE

Tints of Gulf Stream #70BDAE

Color information

#70BDAE (or 0x70BDAE) is unknown color: approx Gulf Stream. HEX triplet: 70, BD and AE. RGB value is (112,189,174). Sum of RGB (Red+Green+Blue) = 112+189+174=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #70BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BDAE is #8F4251. Grayscale: #A4A4A4. Windows color (decimal): -9388626 or 11451760. OLE color: 11451760.

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

Color convert

RGB112189174-
CMYK0.4100.080.26
HSL168.31º36.84%59.02%-
HSV(B)168.31º40.74%74.12%-
XYZ32.5242.946.61-
YUV164.27133.4990.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.58%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=23.58%
G=39.79%
B=36.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121891740.4100.080.26168.3136.8459.02
Hex70BDAE29081Aa8253b
Octal16027525651010322504573
Binary11100001011110110101110101001010001101010101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,189,174); }

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

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

 a { background-color: rgb(112,189,174); }

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

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

 span { border-color: rgb(112,189,174); }

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