Html Css Color HEX #70BBB6 Gulf Stream

📋 copy color: '#70BBB6'

red 112 ◦ green 187 ◦ blue 182

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

Shades of Gulf Stream #70BBB6

Tints of Gulf Stream #70BBB6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.88%

 BLUE value IS 182 (71.48% from 255) = 37.84%

R = 23.28%
G = 38.88%
B = 37.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#70BBB6 (or 0x70BBB6) is known color: Gulf Stream. HEX triplet: 70, BB and B6. RGB value is (112,187,182). Sum of RGB (Red+Green+Blue) = 112+187+182=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #70BBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BBB6 is #8F4449. Grayscale: #A3A3A3. Windows color (decimal): -9389130 or 11975536. OLE color: 11975536.

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

Color convert

RGB 112 187 182 -
CMYK 0.40 0 0.03 0.27
HSL 176º 0.36% 0.59% -
HSV(B) 176º 0.4% 0.73% -
XYZ 32.9 42.36 50.7 -
YUV 164.01 138.15 90.91 -
System Red Green Blue C M Y K H S L
Decimal 112 187 182 0.40 0 0.03 0.27 176 0.36 0.59
Hex 70 BB B6 28 0 3 1B B0 24 3B
Octal 160 273 266 50 0 3 33 260 44 73
Binary 1110000 10111011 10110110 101000 0 11 11011 10110000 100100 111011

Color Harmonies of #70BBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BBB6

Black with #70BBB6

Text Example


Text Example

White with #70BBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,187,182); }

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

background-color css

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

 a { background-color: rgb(112,187,182); }

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

border-color css

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

 span { border-color: rgb(112,187,182); }

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