#70BEA7

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

Shades of Gulf Stream #70BEA7

Tints of Gulf Stream #70BEA7

Color information

#70BEA7 (or 0x70BEA7) is unknown color: approx Gulf Stream. HEX triplet: 70, BE and A7. RGB value is (112,190,167). Sum of RGB (Red+Green+Blue) = 112+190+167=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BEA7 is #8F4158. Grayscale: #A4A4A4. Windows color (decimal): -9388377 or 10993264. OLE color: 10993264.

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

Color convert

RGB112190167-
CMYK0.4100.120.25
HSL162.31º37.5%59.22%-
HSV(B)162.31º41.05%74.51%-
XYZ32.0743.0643.18-
YUV164.06129.6690.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.88%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 167 (65.62% from 255) = 35.61%
R=23.88%
G=40.51%
B=35.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901670.4100.120.25162.3137.559.22
Hex70BEA7290C19a2263b
Octal16027624751014312424673
Binary11100001011111010100111101001011001100110100010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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