#67AEBE

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

Shades of Fountain Blue #67AEBE

Tints of Fountain Blue #67AEBE

Color information

#67AEBE (or 0x67AEBE) is unknown color: approx Fountain Blue. HEX triplet: 67, AE and BE. RGB value is (103,174,190). Sum of RGB (Red+Green+Blue) = 103+174+190=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #67AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AEBE is #985141. Grayscale: #9A9A9A. Windows color (decimal): -9982274 or 12496487. OLE color: 12496487.

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

Color convert

RGB103174190-
CMYK0.460.0800.25
HSL191.03º40.09%57.45%-
HSV(B)191.03º45.79%74.51%-
XYZ30.0236.8754.25-
YUV154.6147.9891.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.06%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=22.06%
G=37.26%
B=40.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031741900.460.0800.25191.0340.0957.45
Hex67AEBE2E8019bf2839
Octal14725627656100312775071
Binary11001111010111010111110101110100001100110111111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,174,190); }

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

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

 a { background-color: rgb(103,174,190); }

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

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

 span { border-color: rgb(103,174,190); }

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