Html Css Color HEX #67A4AD Fountain Blue

📋 copy color: '#67A4AD'

red 103 ◦ green 164 ◦ blue 173

#67A4AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #67A4AD

Tints of Fountain Blue #67A4AD

RGB

 RED value IS 103 (40.63% from 255) = 23.41%

 GREEN value IS 164 (64.45% from 255) = 37.27%

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 23.41%
G = 37.27%
B = 39.32%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#67A4AD (or 0x67A4AD) is known color: Fountain Blue. HEX triplet: 67, A4 and AD. RGB value is (103,164,173). Sum of RGB (Red+Green+Blue) = 103+164+173=440 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.41% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #67A4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A4AD is #985B52. Grayscale: #929292. Windows color (decimal): -9984851 or 11379815. OLE color: 11379815.

HSL color Cylindrical-coordinate representation of color #67A4AD: hue angle of 187.71º 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 #67A4AD is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 164 173 -
CMYK 0.40 0.05 0 0.32
HSL 187.71º 0.3% 0.54% -
HSV(B) 187.71º 0.4% 0.68% -
XYZ 26.41 32.45 44.41 -
YUV 146.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 103 164 173 0.40 0.05 0 0.32 187.71 0.3 0.54
Hex 67 A4 AD 28 5 0 20 BC 1E 36
Octal 147 244 255 50 5 0 40 274 36 66
Binary 1100111 10100100 10101101 101000 101 0 100000 10111100 11110 110110

Color Harmonies of #67A4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A4AD

Black with #67A4AD

Text Example


Text Example

White with #67A4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #67A4AD;
 }
 .AnyTagClassName
 {
   color: #67A4AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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