Html Css Color HEX #70BAB4 Gulf Stream

📋 copy color: '#70BAB4'

red 112 ◦ green 186 ◦ blue 180

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

Shades of Gulf Stream #70BAB4

Tints of Gulf Stream #70BAB4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.91%

 BLUE value IS 180 (70.7% from 255) = 37.66%

R = 23.43%
G = 38.91%
B = 37.66%

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

#70BAB4 (or 0x70BAB4) is known color: Gulf Stream. HEX triplet: 70, BA and B4. RGB value is (112,186,180). Sum of RGB (Red+Green+Blue) = 112+186+180=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BAB4 is #8F454B. Grayscale: #A3A3A3. Windows color (decimal): -9389388 or 11844208. OLE color: 11844208.

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

Color convert

RGB 112 186 180 -
CMYK 0.40 0 0.03 0.27
HSL 175.14º 0.35% 0.58% -
HSV(B) 175.14º 0.4% 0.73% -
XYZ 32.48 41.86 49.55 -
YUV 163.19 137.48 91.49 -
System Red Green Blue C M Y K H S L
Decimal 112 186 180 0.40 0 0.03 0.27 175.14 0.35 0.58
Hex 70 BA B4 28 0 3 1B AF 23 3A
Octal 160 272 264 50 0 3 33 257 43 72
Binary 1110000 10111010 10110100 101000 0 11 11011 10101111 100011 111010

Color Harmonies of #70BAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BAB4

Black with #70BAB4

Text Example


Text Example

White with #70BAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,180); }

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

background-color css

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

 a { background-color: rgb(112,186,180); }

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

border-color css

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

 span { border-color: rgb(112,186,180); }

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