Html Css Color HEX #70BCA7 Gulf Stream

📋 copy color: '#70BCA7'

red 112 ◦ green 188 ◦ blue 167

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

Shades of Gulf Stream #70BCA7

Tints of Gulf Stream #70BCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.76%

R = 23.98%
G = 40.26%
B = 35.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#70BCA7 (or 0x70BCA7) is known color: Gulf Stream. HEX triplet: 70, BC and A7. RGB value is (112,188,167). Sum of RGB (Red+Green+Blue) = 112+188+167=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCA7 is #8F4358. Grayscale: #A2A2A2. Windows color (decimal): -9388889 or 10992752. OLE color: 10992752.

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

Color convert

RGB 112 188 167 -
CMYK 0.40 0 0.11 0.26
HSL 163.42º 0.36% 0.59% -
HSV(B) 163.42º 0.4% 0.74% -
XYZ 31.64 42.2 43.04 -
YUV 162.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 112 188 167 0.40 0 0.11 0.26 163.42 0.36 0.59
Hex 70 BC A7 28 0 B 1A A3 24 3B
Octal 160 274 247 50 0 13 32 243 44 73
Binary 1110000 10111100 10100111 101000 0 1011 11010 10100011 100100 111011

Color Harmonies of #70BCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCA7

Black with #70BCA7

Text Example


Text Example

White with #70BCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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