Html Css Color HEX #70B19F Gulf Stream

📋 copy color: '#70B19F'

red 112 ◦ green 177 ◦ blue 159

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

Shades of Gulf Stream #70B19F

Tints of Gulf Stream #70B19F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.51%

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 25%
G = 39.51%
B = 35.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#70B19F (or 0x70B19F) is known color: Gulf Stream. HEX triplet: 70, B1 and 9F. RGB value is (112,177,159). Sum of RGB (Red+Green+Blue) = 112+177+159=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #70B19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B19F is #8F4E60. Grayscale: #9B9B9B. Windows color (decimal): -9391713 or 10465648. OLE color: 10465648.

HSL color Cylindrical-coordinate representation of color #70B19F: hue angle of 163.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B19F is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 177 159 -
CMYK 0.37 0 0.10 0.31
HSL 163.38º 0.29% 0.57% -
HSV(B) 163.38º 0.37% 0.69% -
XYZ 28.66 37.39 38.51 -
YUV 155.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 112 177 159 0.37 0 0.10 0.31 163.38 0.29 0.57
Hex 70 B1 9F 25 0 A 1F A3 1D 39
Octal 160 261 237 45 0 12 37 243 35 71
Binary 1110000 10110001 10011111 100101 0 1010 11111 10100011 11101 111001

Color Harmonies of #70B19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B19F

Black with #70B19F

Text Example


Text Example

White with #70B19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,177,159); }

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

background-color css

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

 a { background-color: rgb(112,177,159); }

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

border-color css

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

 span { border-color: rgb(112,177,159); }

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