Html Css Color HEX #70BAAF Gulf Stream

📋 copy color: '#70BAAF'

red 112 ◦ green 186 ◦ blue 175

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

Shades of Gulf Stream #70BAAF

Tints of Gulf Stream #70BAAF

RGB

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

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

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

R = 23.68%
G = 39.32%
B = 37%

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

#70BAAF (or 0x70BAAF) is known color: Gulf Stream. HEX triplet: 70, BA and AF. RGB value is (112,186,175). Sum of RGB (Red+Green+Blue) = 112+186+175=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BAAF is #8F4550. Grayscale: #A2A2A2. Windows color (decimal): -9389393 or 11516528. OLE color: 11516528.

HSL color Cylindrical-coordinate representation of color #70BAAF: hue angle of 171.08º 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 #70BAAF is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 175 -
CMYK 0.40 0 0.06 0.27
HSL 171.08º 0.35% 0.58% -
HSV(B) 171.08º 0.4% 0.73% -
XYZ 31.98 41.66 46.91 -
YUV 162.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 112 186 175 0.40 0 0.06 0.27 171.08 0.35 0.58
Hex 70 BA AF 28 0 6 1B AB 23 3A
Octal 160 272 257 50 0 6 33 253 43 72
Binary 1110000 10111010 10101111 101000 0 110 11011 10101011 100011 111010

Color Harmonies of #70BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BAAF

Black with #70BAAF

Text Example


Text Example

White with #70BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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