#70BCA5

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

Shades of Gulf Stream #70BCA5

Tints of Gulf Stream #70BCA5

Color information

#70BCA5 (or 0x70BCA5) is unknown color: approx Gulf Stream. HEX triplet: 70, BC and A5. RGB value is (112,188,165). Sum of RGB (Red+Green+Blue) = 112+188+165=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCA5 is #8F435A. Grayscale: #A2A2A2. Windows color (decimal): -9388891 or 10861680. OLE color: 10861680.

HSL color Cylindrical-coordinate representation of color #70BCA5: hue angle of 161.84º 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 #70BCA5 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB112188165-
CMYK0.4000.120.26
HSL161.84º36.19%58.82%-
HSV(B)161.84º40.43%73.73%-
XYZ31.4642.1342.07-
YUV162.65129.3291.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.09%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=24.09%
G=40.43%
B=35.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121881650.4000.120.26161.8436.1958.82
Hex70BCA5280C1Aa2243b
Octal16027424550014322424473
Binary11100001011110010100101101000011001101010100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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