Html Css Color HEX #70BDAC Gulf Stream

📋 copy color: '#70BDAC'

red 112 ◦ green 189 ◦ blue 172

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

Shades of Gulf Stream #70BDAC

Tints of Gulf Stream #70BDAC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.96%

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 23.68%
G = 39.96%
B = 36.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#70BDAC (or 0x70BDAC) is known color: Gulf Stream. HEX triplet: 70, BD and AC. RGB value is (112,189,172). Sum of RGB (Red+Green+Blue) = 112+189+172=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #70BDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BDAC is #8F4253. Grayscale: #A4A4A4. Windows color (decimal): -9388628 or 11320688. OLE color: 11320688.

HSL color Cylindrical-coordinate representation of color #70BDAC: hue angle of 166.75º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BDAC is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 172 -
CMYK 0.41 0 0.09 0.26
HSL 166.75º 0.37% 0.59% -
HSV(B) 166.75º 0.41% 0.74% -
XYZ 32.33 42.82 45.59 -
YUV 164.04 132.49 90.88 -
System Red Green Blue C M Y K H S L
Decimal 112 189 172 0.41 0 0.09 0.26 166.75 0.37 0.59
Hex 70 BD AC 29 0 9 1A A7 25 3B
Octal 160 275 254 51 0 11 32 247 45 73
Binary 1110000 10111101 10101100 101001 0 1001 11010 10100111 100101 111011

Color Harmonies of #70BDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDAC

Black with #70BDAC

Text Example


Text Example

White with #70BDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,189,172); }

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

background-color css

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

 a { background-color: rgb(112,189,172); }

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

border-color css

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

 span { border-color: rgb(112,189,172); }

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