Html Css Color HEX #70BCBA Fountain Blue

📋 copy color: '#70BCBA'

red 112 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #70BCBA

Tints of Fountain Blue #70BCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 23.05%
G = 38.68%
B = 38.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#70BCBA (or 0x70BCBA) is known color: Fountain Blue. HEX triplet: 70, BC and BA. RGB value is (112,188,186). Sum of RGB (Red+Green+Blue) = 112+188+186=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCBA is #8F4345. Grayscale: #A4A4A4. Windows color (decimal): -9388870 or 12237936. OLE color: 12237936.

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

Color convert

RGB 112 188 186 -
CMYK 0.40 0 0.01 0.26
HSL 178.42º 0.36% 0.59% -
HSV(B) 178.42º 0.4% 0.74% -
XYZ 33.53 42.96 52.98 -
YUV 165.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 112 188 186 0.40 0 0.01 0.26 178.42 0.36 0.59
Hex 70 BC BA 28 0 1 1A B2 24 3B
Octal 160 274 272 50 0 1 32 262 44 73
Binary 1110000 10111100 10111010 101000 0 1 11010 10110010 100100 111011

Color Harmonies of #70BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCBA

Black with #70BCBA

Text Example


Text Example

White with #70BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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