Html Css Color HEX #70BBAB Gulf Stream

📋 copy color: '#70BBAB'

red 112 ◦ green 187 ◦ blue 171

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

Shades of Gulf Stream #70BBAB

Tints of Gulf Stream #70BBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 23.83%
G = 39.79%
B = 36.38%

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

#70BBAB (or 0x70BBAB) is known color: Gulf Stream. HEX triplet: 70, BB and AB. RGB value is (112,187,171). Sum of RGB (Red+Green+Blue) = 112+187+171=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #70BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BBAB is #8F4454. Grayscale: #A2A2A2. Windows color (decimal): -9389141 or 11254640. OLE color: 11254640.

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

Color convert

RGB 112 187 171 -
CMYK 0.40 0 0.09 0.27
HSL 167.2º 0.36% 0.59% -
HSV(B) 167.2º 0.4% 0.73% -
XYZ 31.8 41.93 44.94 -
YUV 162.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 112 187 171 0.40 0 0.09 0.27 167.2 0.36 0.59
Hex 70 BB AB 28 0 9 1B A7 24 3B
Octal 160 273 253 50 0 11 33 247 44 73
Binary 1110000 10111011 10101011 101000 0 1001 11011 10100111 100100 111011

Color Harmonies of #70BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BBAB

Black with #70BBAB

Text Example


Text Example

White with #70BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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