#70BFA8

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

Shades of Gulf Stream #70BFA8

Tints of Gulf Stream #70BFA8

Color information

#70BFA8 (or 0x70BFA8) is unknown color: approx Gulf Stream. HEX triplet: 70, BF and A8. RGB value is (112,191,168). Sum of RGB (Red+Green+Blue) = 112+191+168=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #70BFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BFA8 is #8F4057. Grayscale: #A4A4A4. Windows color (decimal): -9388120 or 11059056. OLE color: 11059056.

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

Color convert

RGB112191168-
CMYK0.4100.120.25
HSL162.53º38.16%59.41%-
HSV(B)162.53º41.36%74.9%-
XYZ32.3843.5343.74-
YUV164.76129.8390.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 168 (66.02% from 255) = 35.67%
R=23.78%
G=40.55%
B=35.67%

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
Decimal1121911680.4100.120.25162.5338.1659.41
Hex70BFA8290C19a3263b
Octal16027725051014312434673
Binary11100001011111110101000101001011001100110100011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,191,168); }

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

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

 a { background-color: rgb(112,191,168); }

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

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

 span { border-color: rgb(112,191,168); }

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