#67ADAE

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

Shades of Fountain Blue #67ADAE

Tints of Fountain Blue #67ADAE

Color information

#67ADAE (or 0x67ADAE) is unknown color: approx Fountain Blue. HEX triplet: 67, AD and AE. RGB value is (103,173,174). Sum of RGB (Red+Green+Blue) = 103+173+174=450 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.89% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #67ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ADAE is #985251. Grayscale: #989898. Windows color (decimal): -9982546 or 11447655. OLE color: 11447655.

HSL color Cylindrical-coordinate representation of color #67ADAE: hue angle of 180.85º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67ADAE is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB103173174-
CMYK0.410.0100.32
HSL180.85º30.47%54.31%-
HSV(B)180.85º40.8%68.24%-
XYZ28.1835.8345.47-
YUV152.18140.3192.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.89%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=22.89%
G=38.44%
B=38.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031731740.410.0100.32180.8530.4754.31
Hex67ADAE291020b51e36
Octal1472552565110402653666
Binary11001111010110110101110101001101000001011010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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