Html Css Color HEX #70BCAF Gulf Stream

📋 copy color: '#70BCAF'

red 112 ◦ green 188 ◦ blue 175

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

Shades of Gulf Stream #70BCAF

Tints of Gulf Stream #70BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 23.58%
G = 39.58%
B = 36.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#70BCAF (or 0x70BCAF) is known color: Gulf Stream. HEX triplet: 70, BC and AF. RGB value is (112,188,175). Sum of RGB (Red+Green+Blue) = 112+188+175=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCAF is #8F4350. Grayscale: #A3A3A3. Windows color (decimal): -9388881 or 11517040. OLE color: 11517040.

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

Color convert

RGB 112 188 175 -
CMYK 0.40 0 0.07 0.26
HSL 169.74º 0.36% 0.59% -
HSV(B) 169.74º 0.4% 0.74% -
XYZ 32.4 42.51 47.05 -
YUV 163.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 112 188 175 0.40 0 0.07 0.26 169.74 0.36 0.59
Hex 70 BC AF 28 0 7 1A AA 24 3B
Octal 160 274 257 50 0 7 32 252 44 73
Binary 1110000 10111100 10101111 101000 0 111 11010 10101010 100100 111011

Color Harmonies of #70BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCAF

Black with #70BCAF

Text Example


Text Example

White with #70BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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