#70AB9C

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

Shades of Gulf Stream #70AB9C

Tints of Gulf Stream #70AB9C

Color information

#70AB9C (or 0x70AB9C) is unknown color: approx Gulf Stream. HEX triplet: 70, AB and 9C. RGB value is (112,171,156). Sum of RGB (Red+Green+Blue) = 112+171+156=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB9C is #8F5463. Grayscale: #979797. Windows color (decimal): -9393252 or 10267504. OLE color: 10267504.

HSL color Cylindrical-coordinate representation of color #70AB9C: hue angle of 164.75º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AB9C is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB112171156-
CMYK0.3500.090.33
HSL164.75º25.99%55.49%-
HSV(B)164.75º34.5%67.06%-
XYZ27.2534.9736.77-
YUV151.65130.4599.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=25.51%
G=38.95%
B=35.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121711560.3500.090.33164.7525.9955.49
Hex70AB9C230921a51a37
Octal16025323443011412453267
Binary11100001010101110011100100011010011000011010010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,171,156); }

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

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

 a { background-color: rgb(112,171,156); }

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

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

 span { border-color: rgb(112,171,156); }

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