Html Css Color HEX #70BDAB Gulf Stream

📋 copy color: '#70BDAB'

red 112 ◦ green 189 ◦ blue 171

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

Shades of Gulf Stream #70BDAB

Tints of Gulf Stream #70BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

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

R = 23.73%
G = 40.04%
B = 36.23%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#70BDAB (or 0x70BDAB) is known color: Gulf Stream. HEX triplet: 70, BD and AB. RGB value is (112,189,171). Sum of RGB (Red+Green+Blue) = 112+189+171=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #70BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BDAB is #8F4254. Grayscale: #A3A3A3. Windows color (decimal): -9388629 or 11255152. OLE color: 11255152.

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

Color convert

RGB 112 189 171 -
CMYK 0.41 0 0.10 0.26
HSL 165.97º 0.37% 0.59% -
HSV(B) 165.97º 0.41% 0.74% -
XYZ 32.23 42.78 45.09 -
YUV 163.93 131.99 90.96 -
System Red Green Blue C M Y K H S L
Decimal 112 189 171 0.41 0 0.10 0.26 165.97 0.37 0.59
Hex 70 BD AB 29 0 A 1A A6 25 3B
Octal 160 275 253 51 0 12 32 246 45 73
Binary 1110000 10111101 10101011 101001 0 1010 11010 10100110 100101 111011

Color Harmonies of #70BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDAB

Black with #70BDAB

Text Example


Text Example

White with #70BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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