Html Css Color HEX #67ACBE Fountain Blue

📋 copy color: '#67ACBE'

red 103 ◦ green 172 ◦ blue 190

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

Shades of Fountain Blue #67ACBE

Tints of Fountain Blue #67ACBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 22.15%
G = 36.99%
B = 40.86%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#67ACBE (or 0x67ACBE) is known color: Fountain Blue. HEX triplet: 67, AC and BE. RGB value is (103,172,190). Sum of RGB (Red+Green+Blue) = 103+172+190=465 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.15% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #67ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACBE is #985341. Grayscale: #999999. Windows color (decimal): -9982786 or 12495975. OLE color: 12495975.

HSL color Cylindrical-coordinate representation of color #67ACBE: hue angle of 192.41º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67ACBE is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 172 190 -
CMYK 0.46 0.09 0 0.25
HSL 192.41º 0.4% 0.57% -
HSV(B) 192.41º 0.46% 0.75% -
XYZ 29.64 36.11 54.12 -
YUV 153.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 103 172 190 0.46 0.09 0 0.25 192.41 0.4 0.57
Hex 67 AC BE 2E 9 0 19 C0 28 39
Octal 147 254 276 56 11 0 31 300 50 71
Binary 1100111 10101100 10111110 101110 1001 0 11001 11000000 101000 111001

Color Harmonies of #67ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ACBE

Black with #67ACBE

Text Example


Text Example

White with #67ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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