Html Css Color HEX #70B6AE Gulf Stream

📋 copy color: '#70B6AE'

red 112 ◦ green 182 ◦ blue 174

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

Shades of Gulf Stream #70B6AE

Tints of Gulf Stream #70B6AE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.89%

 BLUE value IS 174 (68.36% from 255) = 37.18%

R = 23.93%
G = 38.89%
B = 37.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#70B6AE (or 0x70B6AE) is known color: Gulf Stream. HEX triplet: 70, B6 and AE. RGB value is (112,182,174). Sum of RGB (Red+Green+Blue) = 112+182+174=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #70B6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B6AE is #8F4951. Grayscale: #A0A0A0. Windows color (decimal): -9390418 or 11449968. OLE color: 11449968.

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

Color convert

RGB 112 182 174 -
CMYK 0.38 0 0.04 0.29
HSL 173.14º 0.32% 0.58% -
HSV(B) 173.14º 0.38% 0.71% -
XYZ 31.05 39.96 46.12 -
YUV 160.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 112 182 174 0.38 0 0.04 0.29 173.14 0.32 0.58
Hex 70 B6 AE 26 0 4 1D AD 20 3A
Octal 160 266 256 46 0 4 35 255 40 72
Binary 1110000 10110110 10101110 100110 0 100 11101 10101101 100000 111010

Color Harmonies of #70B6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B6AE

Black with #70B6AE

Text Example


Text Example

White with #70B6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,182,174); }

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

background-color css

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

 a { background-color: rgb(112,182,174); }

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

border-color css

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

 span { border-color: rgb(112,182,174); }

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