Html Css Color HEX #70B5AB Gulf Stream

📋 copy color: '#70B5AB'

red 112 ◦ green 181 ◦ blue 171

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

Shades of Gulf Stream #70B5AB

Tints of Gulf Stream #70B5AB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

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

R = 24.14%
G = 39.01%
B = 36.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#70B5AB (or 0x70B5AB) is known color: Gulf Stream. HEX triplet: 70, B5 and AB. RGB value is (112,181,171). Sum of RGB (Red+Green+Blue) = 112+181+171=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #70B5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B5AB is #8F4A54. Grayscale: #9F9F9F. Windows color (decimal): -9390677 or 11253104. OLE color: 11253104.

HSL color Cylindrical-coordinate representation of color #70B5AB: hue angle of 171.3º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B5AB is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 171 -
CMYK 0.38 0 0.06 0.29
HSL 171.3º 0.32% 0.57% -
HSV(B) 171.3º 0.38% 0.71% -
XYZ 30.56 39.43 44.53 -
YUV 159.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 112 181 171 0.38 0 0.06 0.29 171.3 0.32 0.57
Hex 70 B5 AB 26 0 6 1D AB 20 39
Octal 160 265 253 46 0 6 35 253 40 71
Binary 1110000 10110101 10101011 100110 0 110 11101 10101011 100000 111001

Color Harmonies of #70B5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B5AB

Black with #70B5AB

Text Example


Text Example

White with #70B5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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