Html Css Color HEX #70B5AF Gulf Stream

📋 copy color: '#70B5AF'

red 112 ◦ green 181 ◦ blue 175

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

Shades of Gulf Stream #70B5AF

Tints of Gulf Stream #70B5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.39%

R = 23.93%
G = 38.68%
B = 37.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#70B5AF (or 0x70B5AF) is known color: Gulf Stream. HEX triplet: 70, B5 and AF. RGB value is (112,181,175). Sum of RGB (Red+Green+Blue) = 112+181+175=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #70B5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B5AF is #8F4A50. Grayscale: #9F9F9F. Windows color (decimal): -9390673 or 11515248. OLE color: 11515248.

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

Color convert

RGB 112 181 175 -
CMYK 0.38 0 0.03 0.29
HSL 174.78º 0.32% 0.57% -
HSV(B) 174.78º 0.38% 0.71% -
XYZ 30.94 39.59 46.57 -
YUV 159.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 112 181 175 0.38 0 0.03 0.29 174.78 0.32 0.57
Hex 70 B5 AF 26 0 3 1D AF 20 39
Octal 160 265 257 46 0 3 35 257 40 71
Binary 1110000 10110101 10101111 100110 0 11 11101 10101111 100000 111001

Color Harmonies of #70B5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B5AF

Black with #70B5AF

Text Example


Text Example

White with #70B5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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