Html Css Color HEX #70BCA9 Gulf Stream

📋 copy color: '#70BCA9'

red 112 ◦ green 188 ◦ blue 169

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

Shades of Gulf Stream #70BCA9

Tints of Gulf Stream #70BCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.09%

 BLUE value IS 169 (66.41% from 255) = 36.03%

R = 23.88%
G = 40.09%
B = 36.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#70BCA9 (or 0x70BCA9) is known color: Gulf Stream. HEX triplet: 70, BC and A9. RGB value is (112,188,169). Sum of RGB (Red+Green+Blue) = 112+188+169=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCA9 is #8F4356. Grayscale: #A3A3A3. Windows color (decimal): -9388887 or 11123824. OLE color: 11123824.

HSL color Cylindrical-coordinate representation of color #70BCA9: hue angle of 165º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BCA9 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 169 -
CMYK 0.40 0 0.10 0.26
HSL 165º 0.36% 0.59% -
HSV(B) 165º 0.4% 0.74% -
XYZ 31.83 42.28 44.02 -
YUV 163.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 112 188 169 0.40 0 0.10 0.26 165 0.36 0.59
Hex 70 BC A9 28 0 A 1A A5 24 3B
Octal 160 274 251 50 0 12 32 245 44 73
Binary 1110000 10111100 10101001 101000 0 1010 11010 10100101 100100 111011

Color Harmonies of #70BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCA9

Black with #70BCA9

Text Example


Text Example

White with #70BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,169); }

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

background-color css

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

 a { background-color: rgb(112,188,169); }

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

border-color css

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

 span { border-color: rgb(112,188,169); }

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