#70BBA7

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

Shades of Gulf Stream #70BBA7

Tints of Gulf Stream #70BBA7

Color information

#70BBA7 (or 0x70BBA7) is unknown color: approx Gulf Stream. HEX triplet: 70, BB and A7. RGB value is (112,187,167). Sum of RGB (Red+Green+Blue) = 112+187+167=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #70BBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BBA7 is #8F4458. Grayscale: #A2A2A2. Windows color (decimal): -9389145 or 10992496. OLE color: 10992496.

HSL color Cylindrical-coordinate representation of color #70BBA7: hue angle of 164º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BBA7 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB112187167-
CMYK0.4000.110.27
HSL164º35.55%58.63%-
HSV(B)164º40.11%73.33%-
XYZ31.4341.7842.97-
YUV162.3130.6592.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 167 (65.62% from 255) = 35.84%
R=24.03%
G=40.13%
B=35.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121871670.4000.110.2716435.5558.63
Hex70BBA7280B1Ba4243b
Octal16027324750013332444473
Binary11100001011101110100111101000010111101110100100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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