#70AD9D

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

Shades of Gulf Stream #70AD9D

Tints of Gulf Stream #70AD9D

Color information

#70AD9D (or 0x70AD9D) is unknown color: approx Gulf Stream. HEX triplet: 70, AD and 9D. RGB value is (112,173,157). Sum of RGB (Red+Green+Blue) = 112+173+157=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AD9D is #8F5262. Grayscale: #989898. Windows color (decimal): -9392739 or 10333552. OLE color: 10333552.

HSL color Cylindrical-coordinate representation of color #70AD9D: hue angle of 164.26º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AD9D is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB112173157-
CMYK0.3500.090.32
HSL164.26º27.11%55.88%-
HSV(B)164.26º35.26%67.84%-
XYZ27.7135.7737.34-
YUV152.94130.2998.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.34%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=25.34%
G=39.14%
B=35.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121731570.3500.090.32164.2627.1155.88
Hex70AD9D230920a41b38
Octal16025523543011402443370
Binary11100001010110110011101100011010011000001010010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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