Html Css Color HEX #70B5AE Gulf Stream

📋 copy color: '#70B5AE'

red 112 ◦ green 181 ◦ blue 174

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

Shades of Gulf Stream #70B5AE

Tints of Gulf Stream #70B5AE

RGB

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

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

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

R = 23.98%
G = 38.76%
B = 37.26%

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

#70B5AE (or 0x70B5AE) is known color: Gulf Stream. HEX triplet: 70, B5 and AE. RGB value is (112,181,174). Sum of RGB (Red+Green+Blue) = 112+181+174=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #70B5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B5AE is #8F4A51. Grayscale: #9F9F9F. Windows color (decimal): -9390674 or 11449712. OLE color: 11449712.

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

Color convert

RGB 112 181 174 -
CMYK 0.38 0 0.04 0.29
HSL 173.91º 0.32% 0.57% -
HSV(B) 173.91º 0.38% 0.71% -
XYZ 30.85 39.55 46.05 -
YUV 159.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 112 181 174 0.38 0 0.04 0.29 173.91 0.32 0.57
Hex 70 B5 AE 26 0 4 1D AE 20 39
Octal 160 265 256 46 0 4 35 256 40 71
Binary 1110000 10110101 10101110 100110 0 100 11101 10101110 100000 111001

Color Harmonies of #70B5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B5AE

Black with #70B5AE

Text Example


Text Example

White with #70B5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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