Html Css Color HEX #70BDAE Gulf Stream

📋 copy color: '#70BDAE'

red 112 ◦ green 189 ◦ blue 174

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

Shades of Gulf Stream #70BDAE

Tints of Gulf Stream #70BDAE

RGB

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

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

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

R = 23.58%
G = 39.79%
B = 36.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#70BDAE (or 0x70BDAE) is known color: Gulf Stream. HEX triplet: 70, BD and AE. RGB value is (112,189,174). Sum of RGB (Red+Green+Blue) = 112+189+174=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #70BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BDAE is #8F4251. Grayscale: #A4A4A4. Windows color (decimal): -9388626 or 11451760. OLE color: 11451760.

HSL color Cylindrical-coordinate representation of color #70BDAE: hue angle of 168.31º 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 #70BDAE is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 174 -
CMYK 0.41 0 0.08 0.26
HSL 168.31º 0.37% 0.59% -
HSV(B) 168.31º 0.41% 0.74% -
XYZ 32.52 42.9 46.61 -
YUV 164.27 133.49 90.72 -
System Red Green Blue C M Y K H S L
Decimal 112 189 174 0.41 0 0.08 0.26 168.31 0.37 0.59
Hex 70 BD AE 29 0 8 1A A8 25 3B
Octal 160 275 256 51 0 10 32 250 45 73
Binary 1110000 10111101 10101110 101001 0 1000 11010 10101000 100101 111011

Color Harmonies of #70BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDAE

Black with #70BDAE

Text Example


Text Example

White with #70BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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