Html Css Color HEX #67A0AB Fountain Blue

📋 copy color: '#67A0AB'

red 103 ◦ green 160 ◦ blue 171

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

Shades of Fountain Blue #67A0AB

Tints of Fountain Blue #67A0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.87%

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 23.73%
G = 36.87%
B = 39.4%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#67A0AB (or 0x67A0AB) is known color: Fountain Blue. HEX triplet: 67, A0 and AB. RGB value is (103,160,171). Sum of RGB (Red+Green+Blue) = 103+160+171=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #67A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A0AB is #985F54. Grayscale: #909090. Windows color (decimal): -9985877 or 11247719. OLE color: 11247719.

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

Color convert

RGB 103 160 171 -
CMYK 0.40 0.06 0 0.33
HSL 189.71º 0.29% 0.54% -
HSV(B) 189.71º 0.4% 0.67% -
XYZ 25.52 30.97 43.16 -
YUV 144.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 103 160 171 0.40 0.06 0 0.33 189.71 0.29 0.54
Hex 67 A0 AB 28 6 0 21 BE 1D 36
Octal 147 240 253 50 6 0 41 276 35 66
Binary 1100111 10100000 10101011 101000 110 0 100001 10111110 11101 110110

Color Harmonies of #67A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A0AB

Black with #67A0AB

Text Example


Text Example

White with #67A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,160,171); }

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

background-color css

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

 a { background-color: rgb(103,160,171); }

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

border-color css

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

 span { border-color: rgb(103,160,171); }

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