#70BEA9

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

Shades of Gulf Stream #70BEA9

Tints of Gulf Stream #70BEA9

Color information

#70BEA9 (or 0x70BEA9) is unknown color: approx Gulf Stream. HEX triplet: 70, BE and A9. RGB value is (112,190,169). Sum of RGB (Red+Green+Blue) = 112+190+169=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BEA9 is #8F4156. Grayscale: #A4A4A4. Windows color (decimal): -9388375 or 11124336. OLE color: 11124336.

HSL color Cylindrical-coordinate representation of color #70BEA9: hue angle of 163.85º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BEA9 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB112190169-
CMYK0.4100.110.25
HSL163.85º37.5%59.22%-
HSV(B)163.85º41.05%74.51%-
XYZ32.2643.1444.16-
YUV164.28130.6690.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=23.78%
G=40.34%
B=35.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901690.4100.110.25163.8537.559.22
Hex70BEA9290B19a4263b
Octal16027625151013312444673
Binary11100001011111010101001101001010111100110100100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,190,169); }

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

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

 a { background-color: rgb(112,190,169); }

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

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

 span { border-color: rgb(112,190,169); }

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