Html Css Color HEX #67AAA9 Fountain Blue

📋 copy color: '#67AAA9'

red 103 ◦ green 170 ◦ blue 169

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

Shades of Fountain Blue #67AAA9

Tints of Fountain Blue #67AAA9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.46%

 BLUE value IS 169 (66.41% from 255) = 38.24%

R = 23.3%
G = 38.46%
B = 38.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#67AAA9 (or 0x67AAA9) is known color: Fountain Blue. HEX triplet: 67, AA and A9. RGB value is (103,170,169). Sum of RGB (Red+Green+Blue) = 103+170+169=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #67AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AAA9 is #985556. Grayscale: #959595. Windows color (decimal): -9983319 or 11119207. OLE color: 11119207.

HSL color Cylindrical-coordinate representation of color #67AAA9: hue angle of 179.1º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67AAA9 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 170 169 -
CMYK 0.39 0 0.01 0.33
HSL 179.1º 0.28% 0.54% -
HSV(B) 179.1º 0.39% 0.67% -
XYZ 27.13 34.5 42.76 -
YUV 149.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 103 170 169 0.39 0 0.01 0.33 179.1 0.28 0.54
Hex 67 AA A9 27 0 1 21 B3 1C 36
Octal 147 252 251 47 0 1 41 263 34 66
Binary 1100111 10101010 10101001 100111 0 1 100001 10110011 11100 110110

Color Harmonies of #67AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AAA9

Black with #67AAA9

Text Example


Text Example

White with #67AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,170,169); }

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

background-color css

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

 a { background-color: rgb(103,170,169); }

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

border-color css

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

 span { border-color: rgb(103,170,169); }

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