Html Css Color HEX #67ACB5 Fountain Blue

📋 copy color: '#67ACB5'

red 103 ◦ green 172 ◦ blue 181

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

Shades of Fountain Blue #67ACB5

Tints of Fountain Blue #67ACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

 BLUE value IS 181 (71.09% from 255) = 39.69%

R = 22.59%
G = 37.72%
B = 39.69%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#67ACB5 (or 0x67ACB5) is known color: Fountain Blue. HEX triplet: 67, AC and B5. RGB value is (103,172,181). Sum of RGB (Red+Green+Blue) = 103+172+181=456 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.59% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 181 - color contains mainly: blue. Hex color #67ACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACB5 is #98534A. Grayscale: #989898. Windows color (decimal): -9982795 or 11906151. OLE color: 11906151.

HSL color Cylindrical-coordinate representation of color #67ACB5: hue angle of 186.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67ACB5 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 172 181 -
CMYK 0.43 0.05 0 0.29
HSL 186.92º 0.35% 0.56% -
HSV(B) 186.92º 0.43% 0.71% -
XYZ 28.69 35.72 49.1 -
YUV 152.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 103 172 181 0.43 0.05 0 0.29 186.92 0.35 0.56
Hex 67 AC B5 2B 5 0 1D BB 23 38
Octal 147 254 265 53 5 0 35 273 43 70
Binary 1100111 10101100 10110101 101011 101 0 11101 10111011 100011 111000

Color Harmonies of #67ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ACB5

Black with #67ACB5

Text Example


Text Example

White with #67ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,172,181); }

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

background-color css

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

 a { background-color: rgb(103,172,181); }

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

border-color css

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

 span { border-color: rgb(103,172,181); }

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