Html Css Color HEX #70BBB0 Gulf Stream

📋 copy color: '#70BBB0'

red 112 ◦ green 187 ◦ blue 176

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

Shades of Gulf Stream #70BBB0

Tints of Gulf Stream #70BBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 23.58%
G = 39.37%
B = 37.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#70BBB0 (or 0x70BBB0) is known color: Gulf Stream. HEX triplet: 70, BB and B0. RGB value is (112,187,176). Sum of RGB (Red+Green+Blue) = 112+187+176=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #70BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BBB0 is #8F444F. Grayscale: #A3A3A3. Windows color (decimal): -9389136 or 11582320. OLE color: 11582320.

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

Color convert

RGB 112 187 176 -
CMYK 0.40 0 0.06 0.27
HSL 171.2º 0.36% 0.59% -
HSV(B) 171.2º 0.4% 0.73% -
XYZ 32.29 42.12 47.5 -
YUV 163.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 112 187 176 0.40 0 0.06 0.27 171.2 0.36 0.59
Hex 70 BB B0 28 0 6 1B AB 24 3B
Octal 160 273 260 50 0 6 33 253 44 73
Binary 1110000 10111011 10110000 101000 0 110 11011 10101011 100100 111011

Color Harmonies of #70BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BBB0

Black with #70BBB0

Text Example


Text Example

White with #70BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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