#67C0BC

Color #67C0BC Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #67C0BC

Tints of Fountain Blue #67C0BC

Color information

#67C0BC (or 0x67C0BC) is unknown color: approx Fountain Blue. HEX triplet: 67, C0 and BC. RGB value is (103,192,188). Sum of RGB (Red+Green+Blue) = 103+192+188=483 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.33% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #67C0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C0BC is #983F43. Grayscale: #A4A4A4. Windows color (decimal): -9977668 or 12370023. OLE color: 12370023.

HSL color Cylindrical-coordinate representation of color #67C0BC: hue angle of 177.3º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67C0BC is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB103192188-
CMYK0.4600.020.25
HSL177.3º41.4%57.84%-
HSV(B)177.3º46.35%75.29%-
XYZ33.5244.2154.34-
YUV164.93141.0183.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.33%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=21.33%
G=39.75%
B=38.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031921880.4600.020.25177.341.457.84
Hex67C0BC2E0219b1293a
Octal1473002745602312615172
Binary110011111000000101111001011100101100110110001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67C0BC; }

 p { color: rgb(103,192,188); }

 H1.HeaderClassName
 {
   color: #67C0BC;
 }
 .AnyTagClassName
 {
   color: #67C0BC;
 }
</style>
background-color css

<style>
 a { background-color: #67C0BC; }

 a { background-color: rgb(103,192,188); }

 div.DivClassName
 {
   background-color: #67C0BC;
 }
 .BgClassName
 {
   background-color: #67C0BC;
 }
</style>
border-color css

<style>
 span { border-color: #67C0BC; }

 span { border-color: rgb(103,192,188); }

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