#67C0C4

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

Shades of Fountain Blue #67C0C4

Tints of Fountain Blue #67C0C4

Color information

#67C0C4 (or 0x67C0C4) is unknown color: approx Fountain Blue. HEX triplet: 67, C0 and C4. RGB value is (103,192,196). Sum of RGB (Red+Green+Blue) = 103+192+196=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 196 - color contains mainly: blue. Hex color #67C0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C0C4 is #983F3B. Grayscale: #A5A5A5. Windows color (decimal): -9977660 or 12894311. OLE color: 12894311.

HSL color Cylindrical-coordinate representation of color #67C0C4: hue angle of 182.58º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67C0C4 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB103192196-
CMYK0.470.0200.23
HSL182.58º44.08%58.63%-
HSV(B)182.58º47.45%76.86%-
XYZ34.4144.5759.01-
YUV165.84145.0183.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.98%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 196 (76.95% from 255) = 39.92%
R=20.98%
G=39.10%
B=39.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1031921960.470.0200.23182.5844.0858.63
Hex67C0C42F2017b72c3b
Octal1473003045720272675473
Binary110011111000000110001001011111001011110110111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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