Html Css Color HEX #70B8AC Gulf Stream

📋 copy color: '#70B8AC'

red 112 ◦ green 184 ◦ blue 172

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

Shades of Gulf Stream #70B8AC

Tints of Gulf Stream #70B8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.32%

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

R = 23.93%
G = 39.32%
B = 36.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#70B8AC (or 0x70B8AC) is known color: Gulf Stream. HEX triplet: 70, B8 and AC. RGB value is (112,184,172). Sum of RGB (Red+Green+Blue) = 112+184+172=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #70B8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B8AC is #8F4753. Grayscale: #A1A1A1. Windows color (decimal): -9389908 or 11319408. OLE color: 11319408.

HSL color Cylindrical-coordinate representation of color #70B8AC: hue angle of 170º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B8AC is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 184 172 -
CMYK 0.39 0 0.07 0.28
HSL 170º 0.34% 0.58% -
HSV(B) 170º 0.39% 0.72% -
XYZ 31.27 40.7 45.24 -
YUV 161.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 112 184 172 0.39 0 0.07 0.28 170 0.34 0.58
Hex 70 B8 AC 27 0 7 1C AA 22 3A
Octal 160 270 254 47 0 7 34 252 42 72
Binary 1110000 10111000 10101100 100111 0 111 11100 10101010 100010 111010

Color Harmonies of #70B8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B8AC

Black with #70B8AC

Text Example


Text Example

White with #70B8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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