Html Css Color HEX #70BCAA Gulf Stream

📋 copy color: '#70BCAA'

red 112 ◦ green 188 ◦ blue 170

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

Shades of Gulf Stream #70BCAA

Tints of Gulf Stream #70BCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 23.83%
G = 40%
B = 36.17%

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

#70BCAA (or 0x70BCAA) is known color: Gulf Stream. HEX triplet: 70, BC and AA. RGB value is (112,188,170). Sum of RGB (Red+Green+Blue) = 112+188+170=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCAA is #8F4355. Grayscale: #A3A3A3. Windows color (decimal): -9388886 or 11189360. OLE color: 11189360.

HSL color Cylindrical-coordinate representation of color #70BCAA: hue angle of 165.79º 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 #70BCAA is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 170 -
CMYK 0.40 0 0.10 0.26
HSL 165.79º 0.36% 0.59% -
HSV(B) 165.79º 0.4% 0.74% -
XYZ 31.92 42.31 44.52 -
YUV 163.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 112 188 170 0.40 0 0.10 0.26 165.79 0.36 0.59
Hex 70 BC AA 28 0 A 1A A6 24 3B
Octal 160 274 252 50 0 12 32 246 44 73
Binary 1110000 10111100 10101010 101000 0 1010 11010 10100110 100100 111011

Color Harmonies of #70BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCAA

Black with #70BCAA

Text Example


Text Example

White with #70BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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