Html Css Color HEX #70AB9C Gulf Stream

📋 copy color: '#70AB9C'

red 112 ◦ green 171 ◦ blue 156

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

Shades of Gulf Stream #70AB9C

Tints of Gulf Stream #70AB9C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 25.51%
G = 38.95%
B = 35.54%

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

#70AB9C (or 0x70AB9C) is known color: Gulf Stream. HEX triplet: 70, AB and 9C. RGB value is (112,171,156). Sum of RGB (Red+Green+Blue) = 112+171+156=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB9C is #8F5463. Grayscale: #979797. Windows color (decimal): -9393252 or 10267504. OLE color: 10267504.

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

Color convert

RGB 112 171 156 -
CMYK 0.35 0 0.09 0.33
HSL 164.75º 0.26% 0.55% -
HSV(B) 164.75º 0.35% 0.67% -
XYZ 27.25 34.97 36.77 -
YUV 151.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 112 171 156 0.35 0 0.09 0.33 164.75 0.26 0.55
Hex 70 AB 9C 23 0 9 21 A5 1A 37
Octal 160 253 234 43 0 11 41 245 32 67
Binary 1110000 10101011 10011100 100011 0 1001 100001 10100101 11010 110111

Color Harmonies of #70AB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB9C

Black with #70AB9C

Text Example


Text Example

White with #70AB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,156); }

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

background-color css

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

 a { background-color: rgb(112,171,156); }

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

border-color css

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

 span { border-color: rgb(112,171,156); }

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