Html Css Color HEX #70AC9D Gulf Stream

📋 copy color: '#70AC9D'

red 112 ◦ green 172 ◦ blue 157

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

Shades of Gulf Stream #70AC9D

Tints of Gulf Stream #70AC9D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 25.4%
G = 39%
B = 35.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#70AC9D (or 0x70AC9D) is known color: Gulf Stream. HEX triplet: 70, AC and 9D. RGB value is (112,172,157). Sum of RGB (Red+Green+Blue) = 112+172+157=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AC9D is #8F5362. Grayscale: #989898. Windows color (decimal): -9392995 or 10333296. OLE color: 10333296.

HSL color Cylindrical-coordinate representation of color #70AC9D: hue angle of 165º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AC9D is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 172 157 -
CMYK 0.35 0 0.09 0.33
HSL 165º 0.27% 0.56% -
HSV(B) 165º 0.35% 0.67% -
XYZ 27.52 35.38 37.28 -
YUV 152.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 112 172 157 0.35 0 0.09 0.33 165 0.27 0.56
Hex 70 AC 9D 23 0 9 21 A5 1B 38
Octal 160 254 235 43 0 11 41 245 33 70
Binary 1110000 10101100 10011101 100011 0 1001 100001 10100101 11011 111000

Color Harmonies of #70AC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC9D

Black with #70AC9D

Text Example


Text Example

White with #70AC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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