#67A2AD

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

Shades of Fountain Blue #67A2AD

Tints of Fountain Blue #67A2AD

Color information

#67A2AD (or 0x67A2AD) is unknown color: approx Fountain Blue. HEX triplet: 67, A2 and AD. RGB value is (103,162,173). Sum of RGB (Red+Green+Blue) = 103+162+173=438 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.52% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #67A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A2AD is #985D52. Grayscale: #919191. Windows color (decimal): -9985363 or 11379303. OLE color: 11379303.

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

Color convert

RGB103162173-
CMYK0.400.0600.32
HSL189.43º29.91%54.12%-
HSV(B)189.43º40.46%67.84%-
XYZ26.0631.7444.29-
YUV145.61143.4597.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.52%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=23.52%
G=36.99%
B=39.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031621730.400.0600.32189.4329.9154.12
Hex67A2AD286020bd1e36
Octal1472422555060402753666
Binary1100111101000101010110110100011001000001011110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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