Html Css Color HEX #70BCAB Gulf Stream

📋 copy color: '#70BCAB'

red 112 ◦ green 188 ◦ blue 171

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

Shades of Gulf Stream #70BCAB

Tints of Gulf Stream #70BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.92%

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

R = 23.78%
G = 39.92%
B = 36.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#70BCAB (or 0x70BCAB) is known color: Gulf Stream. HEX triplet: 70, BC and AB. RGB value is (112,188,171). Sum of RGB (Red+Green+Blue) = 112+188+171=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCAB is #8F4354. Grayscale: #A3A3A3. Windows color (decimal): -9388885 or 11254896. OLE color: 11254896.

HSL color Cylindrical-coordinate representation of color #70BCAB: hue angle of 166.58º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BCAB is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 171 -
CMYK 0.40 0 0.09 0.26
HSL 166.58º 0.36% 0.59% -
HSV(B) 166.58º 0.4% 0.74% -
XYZ 32.02 42.35 45.02 -
YUV 163.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 112 188 171 0.40 0 0.09 0.26 166.58 0.36 0.59
Hex 70 BC AB 28 0 9 1A A7 24 3B
Octal 160 274 253 50 0 11 32 247 44 73
Binary 1110000 10111100 10101011 101000 0 1001 11010 10100111 100100 111011

Color Harmonies of #70BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCAB

Black with #70BCAB

Text Example


Text Example

White with #70BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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