#70BCA7

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

Shades of Gulf Stream #70BCA7

Tints of Gulf Stream #70BCA7

Color information

#70BCA7 (or 0x70BCA7) is unknown color: approx Gulf Stream. HEX triplet: 70, BC and A7. RGB value is (112,188,167). Sum of RGB (Red+Green+Blue) = 112+188+167=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCA7 is #8F4358. Grayscale: #A2A2A2. Windows color (decimal): -9388889 or 10992752. OLE color: 10992752.

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

Color convert

RGB112188167-
CMYK0.4000.110.26
HSL163.42º36.19%58.82%-
HSV(B)163.42º40.43%73.73%-
XYZ31.6442.243.04-
YUV162.88130.3291.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 167 (65.62% from 255) = 35.76%
R=23.98%
G=40.26%
B=35.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121881670.4000.110.26163.4236.1958.82
Hex70BCA7280B1Aa3243b
Octal16027424750013322434473
Binary11100001011110010100111101000010111101010100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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