Html Css Color HEX #68A7AA Fountain Blue

📋 copy color: '#68A7AA'

red 104 ◦ green 167 ◦ blue 170

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

Shades of Fountain Blue #68A7AA

Tints of Fountain Blue #68A7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.87%

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 23.58%
G = 37.87%
B = 38.55%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#68A7AA (or 0x68A7AA) is known color: Fountain Blue. HEX triplet: 68, A7 and AA. RGB value is (104,167,170). Sum of RGB (Red+Green+Blue) = 104+167+170=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #68A7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A7AA is #975855. Grayscale: #949494. Windows color (decimal): -9918550 or 11183976. OLE color: 11183976.

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

Color convert

RGB 104 167 170 -
CMYK 0.39 0.02 0 0.33
HSL 182.73º 0.28% 0.54% -
HSV(B) 182.73º 0.39% 0.67% -
XYZ 26.78 33.48 43.08 -
YUV 148.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 104 167 170 0.39 0.02 0 0.33 182.73 0.28 0.54
Hex 68 A7 AA 27 2 0 21 B7 1C 36
Octal 150 247 252 47 2 0 41 267 34 66
Binary 1101000 10100111 10101010 100111 10 0 100001 10110111 11100 110110

Color Harmonies of #68A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A7AA

Black with #68A7AA

Text Example


Text Example

White with #68A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,167,170); }

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

background-color css

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

 a { background-color: rgb(104,167,170); }

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

border-color css

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

 span { border-color: rgb(104,167,170); }

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