Html Css Color HEX #70BCBB Fountain Blue

📋 copy color: '#70BCBB'

red 112 ◦ green 188 ◦ blue 187

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

Shades of Fountain Blue #70BCBB

Tints of Fountain Blue #70BCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 23%
G = 38.6%
B = 38.4%

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

#70BCBB (or 0x70BCBB) is known color: Fountain Blue. HEX triplet: 70, BC and BB. RGB value is (112,188,187). Sum of RGB (Red+Green+Blue) = 112+188+187=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCBB is #8F4344. Grayscale: #A5A5A5. Windows color (decimal): -9388869 or 12303472. OLE color: 12303472.

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

Color convert

RGB 112 188 187 -
CMYK 0.40 0 0.01 0.26
HSL 179.21º 0.36% 0.59% -
HSV(B) 179.21º 0.4% 0.74% -
XYZ 33.63 43 53.54 -
YUV 165.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 112 188 187 0.40 0 0.01 0.26 179.21 0.36 0.59
Hex 70 BC BB 28 0 1 1A B3 24 3B
Octal 160 274 273 50 0 1 32 263 44 73
Binary 1110000 10111100 10111011 101000 0 1 11010 10110011 100100 111011

Color Harmonies of #70BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCBB

Black with #70BCBB

Text Example


Text Example

White with #70BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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