Html Css Color HEX #70BBA9 Gulf Stream

📋 copy color: '#70BBA9'

red 112 ◦ green 187 ◦ blue 169

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

Shades of Gulf Stream #70BBA9

Tints of Gulf Stream #70BBA9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.96%

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

R = 23.93%
G = 39.96%
B = 36.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#70BBA9 (or 0x70BBA9) is known color: Gulf Stream. HEX triplet: 70, BB and A9. RGB value is (112,187,169). Sum of RGB (Red+Green+Blue) = 112+187+169=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #70BBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BBA9 is #8F4456. Grayscale: #A2A2A2. Windows color (decimal): -9389143 or 11123568. OLE color: 11123568.

HSL color Cylindrical-coordinate representation of color #70BBA9: hue angle of 165.6º 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 #70BBA9 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 187 169 -
CMYK 0.40 0 0.10 0.27
HSL 165.6º 0.36% 0.59% -
HSV(B) 165.6º 0.4% 0.73% -
XYZ 31.61 41.85 43.95 -
YUV 162.52 131.65 91.96 -
System Red Green Blue C M Y K H S L
Decimal 112 187 169 0.40 0 0.10 0.27 165.6 0.36 0.59
Hex 70 BB A9 28 0 A 1B A6 24 3B
Octal 160 273 251 50 0 12 33 246 44 73
Binary 1110000 10111011 10101001 101000 0 1010 11011 10100110 100100 111011

Color Harmonies of #70BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BBA9

Black with #70BBA9

Text Example


Text Example

White with #70BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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