Html Css Color HEX #70BAA9 Gulf Stream

📋 copy color: '#70BAA9'

red 112 ◦ green 186 ◦ blue 169

#70BAA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #70BAA9

Tints of Gulf Stream #70BAA9

RGB

 RED value IS 112 (44.14% from 255) = 23.98%

 GREEN value IS 186 (73.05% from 255) = 39.83%

 BLUE value IS 169 (66.41% from 255) = 36.19%

R = 23.98%
G = 39.83%
B = 36.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#70BAA9 (or 0x70BAA9) is known color: Gulf Stream. HEX triplet: 70, BA and A9. RGB value is (112,186,169). Sum of RGB (Red+Green+Blue) = 112+186+169=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BAA9 is #8F4556. Grayscale: #A1A1A1. Windows color (decimal): -9389399 or 11123312. OLE color: 11123312.

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

Color convert

RGB 112 186 169 -
CMYK 0.40 0 0.09 0.27
HSL 166.22º 0.35% 0.58% -
HSV(B) 166.22º 0.4% 0.73% -
XYZ 31.4 41.43 43.88 -
YUV 161.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 112 186 169 0.40 0 0.09 0.27 166.22 0.35 0.58
Hex 70 BA A9 28 0 9 1B A6 23 3A
Octal 160 272 251 50 0 11 33 246 43 72
Binary 1110000 10111010 10101001 101000 0 1001 11011 10100110 100011 111010

Color Harmonies of #70BAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BAA9

Black with #70BAA9

Text Example


Text Example

White with #70BAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,169); }

 H1.HeaderClassName
 {
   color: #70BAA9;
 }
 .AnyTagClassName
 {
   color: #70BAA9;
 }
</style>

background-color css

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

 a { background-color: rgb(112,186,169); }

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

border-color css

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

 span { border-color: rgb(112,186,169); }

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