Html Css Color HEX #70B4AB Gulf Stream

📋 copy color: '#70B4AB'

red 112 ◦ green 180 ◦ blue 171

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

Shades of Gulf Stream #70B4AB

Tints of Gulf Stream #70B4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.88%

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

R = 24.19%
G = 38.88%
B = 36.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#70B4AB (or 0x70B4AB) is known color: Gulf Stream. HEX triplet: 70, B4 and AB. RGB value is (112,180,171). Sum of RGB (Red+Green+Blue) = 112+180+171=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #70B4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B4AB is #8F4B54. Grayscale: #9E9E9E. Windows color (decimal): -9390933 or 11252848. OLE color: 11252848.

HSL color Cylindrical-coordinate representation of color #70B4AB: hue angle of 172.06º degrees, saturation: 0.31, 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 #70B4AB is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 171 -
CMYK 0.38 0 0.05 0.29
HSL 172.06º 0.31% 0.57% -
HSV(B) 172.06º 0.38% 0.71% -
XYZ 30.35 39.03 44.46 -
YUV 158.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 112 180 171 0.38 0 0.05 0.29 172.06 0.31 0.57
Hex 70 B4 AB 26 0 5 1D AC 1F 39
Octal 160 264 253 46 0 5 35 254 37 71
Binary 1110000 10110100 10101011 100110 0 101 11101 10101100 11111 111001

Color Harmonies of #70B4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B4AB

Black with #70B4AB

Text Example


Text Example

White with #70B4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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