Html Css Color HEX #70BAAE Gulf Stream

📋 copy color: '#70BAAE'

red 112 ◦ green 186 ◦ blue 174

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

Shades of Gulf Stream #70BAAE

Tints of Gulf Stream #70BAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

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

R = 23.73%
G = 39.41%
B = 36.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#70BAAE (or 0x70BAAE) is known color: Gulf Stream. HEX triplet: 70, BA and AE. RGB value is (112,186,174). Sum of RGB (Red+Green+Blue) = 112+186+174=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BAAE is #8F4551. Grayscale: #A2A2A2. Windows color (decimal): -9389394 or 11450992. OLE color: 11450992.

HSL color Cylindrical-coordinate representation of color #70BAAE: hue angle of 170.27º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BAAE is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 174 -
CMYK 0.40 0 0.06 0.27
HSL 170.27º 0.35% 0.58% -
HSV(B) 170.27º 0.4% 0.73% -
XYZ 31.88 41.62 46.4 -
YUV 162.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 112 186 174 0.40 0 0.06 0.27 170.27 0.35 0.58
Hex 70 BA AE 28 0 6 1B AA 23 3A
Octal 160 272 256 50 0 6 33 252 43 72
Binary 1110000 10111010 10101110 101000 0 110 11011 10101010 100011 111010

Color Harmonies of #70BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BAAE

Black with #70BAAE

Text Example


Text Example

White with #70BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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