Html Css Color HEX #70B5AC Gulf Stream

📋 copy color: '#70B5AC'

red 112 ◦ green 181 ◦ blue 172

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

Shades of Gulf Stream #70B5AC

Tints of Gulf Stream #70B5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 24.09%
G = 38.92%
B = 36.99%

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

#70B5AC (or 0x70B5AC) is known color: Gulf Stream. HEX triplet: 70, B5 and AC. RGB value is (112,181,172). Sum of RGB (Red+Green+Blue) = 112+181+172=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #70B5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B5AC is #8F4A53. Grayscale: #9F9F9F. Windows color (decimal): -9390676 or 11318640. OLE color: 11318640.

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

Color convert

RGB 112 181 172 -
CMYK 0.38 0 0.05 0.29
HSL 172.17º 0.32% 0.57% -
HSV(B) 172.17º 0.38% 0.71% -
XYZ 30.65 39.47 45.03 -
YUV 159.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 112 181 172 0.38 0 0.05 0.29 172.17 0.32 0.57
Hex 70 B5 AC 26 0 5 1D AC 20 39
Octal 160 265 254 46 0 5 35 254 40 71
Binary 1110000 10110101 10101100 100110 0 101 11101 10101100 100000 111001

Color Harmonies of #70B5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B5AC

Black with #70B5AC

Text Example


Text Example

White with #70B5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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