#70BDA4

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

Shades of Gulf Stream #70BDA4

Tints of Gulf Stream #70BDA4

Color information

#70BDA4 (or 0x70BDA4) is unknown color: approx Gulf Stream. HEX triplet: 70, BD and A4. RGB value is (112,189,164). Sum of RGB (Red+Green+Blue) = 112+189+164=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #70BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BDA4 is #8F425B. Grayscale: #A3A3A3. Windows color (decimal): -9388636 or 10796400. OLE color: 10796400.

HSL color Cylindrical-coordinate representation of color #70BDA4: hue angle of 160.52º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BDA4 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB112189164-
CMYK0.4100.130.26
HSL160.52º36.84%59.02%-
HSV(B)160.52º40.74%74.12%-
XYZ31.5842.5241.66-
YUV163.13128.4991.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.09%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=24.09%
G=40.65%
B=35.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121891640.4100.130.26160.5236.8459.02
Hex70BDA4290D1Aa1253b
Octal16027524451015322414573
Binary11100001011110110100100101001011011101010100001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,189,164); }

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

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

 a { background-color: rgb(112,189,164); }

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

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

 span { border-color: rgb(112,189,164); }

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