Html Css Color HEX #68A8AC Fountain Blue

📋 copy color: '#68A8AC'

red 104 ◦ green 168 ◦ blue 172

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

Shades of Fountain Blue #68A8AC

Tints of Fountain Blue #68A8AC

RGB

 RED value IS 104 (41.02% from 255) = 23.42%

 GREEN value IS 168 (66.02% from 255) = 37.84%

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 23.42%
G = 37.84%
B = 38.74%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#68A8AC (or 0x68A8AC) is known color: Fountain Blue. HEX triplet: 68, A8 and AC. RGB value is (104,168,172). Sum of RGB (Red+Green+Blue) = 104+168+172=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #68A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A8AC is #975753. Grayscale: #959595. Windows color (decimal): -9918292 or 11315304. OLE color: 11315304.

HSL color Cylindrical-coordinate representation of color #68A8AC: hue angle of 183.53º 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 #68A8AC is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 168 172 -
CMYK 0.40 0.02 0 0.33
HSL 183.53º 0.29% 0.54% -
HSV(B) 183.53º 0.4% 0.67% -
XYZ 27.16 33.93 44.15 -
YUV 149.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 104 168 172 0.40 0.02 0 0.33 183.53 0.29 0.54
Hex 68 A8 AC 28 2 0 21 B8 1D 36
Octal 150 250 254 50 2 0 41 270 35 66
Binary 1101000 10101000 10101100 101000 10 0 100001 10111000 11101 110110

Color Harmonies of #68A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A8AC

Black with #68A8AC

Text Example


Text Example

White with #68A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A8AC; }

 p { color: rgb(104,168,172); }

 H1.HeaderClassName
 {
   color: #68A8AC;
 }
 .AnyTagClassName
 {
   color: #68A8AC;
 }
</style>

background-color css

<style>
 a { background-color: #68A8AC; }

 a { background-color: rgb(104,168,172); }

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

border-color css

<style>
 span { border-color: #68A8AC; }

 span { border-color: rgb(104,168,172); }

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