Html Css Color HEX #70AC9E Gulf Stream

📋 copy color: '#70AC9E'

red 112 ◦ green 172 ◦ blue 158

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

Shades of Gulf Stream #70AC9E

Tints of Gulf Stream #70AC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 25.34%
G = 38.91%
B = 35.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#70AC9E (or 0x70AC9E) is known color: Gulf Stream. HEX triplet: 70, AC and 9E. RGB value is (112,172,158). Sum of RGB (Red+Green+Blue) = 112+172+158=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AC9E is #8F5361. Grayscale: #989898. Windows color (decimal): -9392994 or 10398832. OLE color: 10398832.

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

Color convert

RGB 112 172 158 -
CMYK 0.35 0 0.08 0.33
HSL 166º 0.27% 0.56% -
HSV(B) 166º 0.35% 0.67% -
XYZ 27.61 35.42 37.73 -
YUV 152.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 112 172 158 0.35 0 0.08 0.33 166 0.27 0.56
Hex 70 AC 9E 23 0 8 21 A6 1B 38
Octal 160 254 236 43 0 10 41 246 33 70
Binary 1110000 10101100 10011110 100011 0 1000 100001 10100110 11011 111000

Color Harmonies of #70AC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC9E

Black with #70AC9E

Text Example


Text Example

White with #70AC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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