Html Css Color HEX #68ADAE Fountain Blue

📋 copy color: '#68ADAE'

red 104 ◦ green 173 ◦ blue 174

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

Shades of Fountain Blue #68ADAE

Tints of Fountain Blue #68ADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.36%

 BLUE value IS 174 (68.36% from 255) = 38.58%

R = 23.06%
G = 38.36%
B = 38.58%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#68ADAE (or 0x68ADAE) is known color: Fountain Blue. HEX triplet: 68, AD and AE. RGB value is (104,173,174). Sum of RGB (Red+Green+Blue) = 104+173+174=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #68ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ADAE is #975251. Grayscale: #989898. Windows color (decimal): -9917010 or 11447656. OLE color: 11447656.

HSL color Cylindrical-coordinate representation of color #68ADAE: hue angle of 180.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68ADAE is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 173 174 -
CMYK 0.40 0.01 0 0.32
HSL 180.86º 0.3% 0.55% -
HSV(B) 180.86º 0.4% 0.68% -
XYZ 28.29 35.89 45.48 -
YUV 152.48 140.14 93.42 -
System Red Green Blue C M Y K H S L
Decimal 104 173 174 0.40 0.01 0 0.32 180.86 0.3 0.55
Hex 68 AD AE 28 1 0 20 B5 1E 37
Octal 150 255 256 50 1 0 40 265 36 67
Binary 1101000 10101101 10101110 101000 1 0 100000 10110101 11110 110111

Color Harmonies of #68ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADAE

Black with #68ADAE

Text Example


Text Example

White with #68ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,173,174); }

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

background-color css

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

 a { background-color: rgb(104,173,174); }

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

border-color css

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

 span { border-color: rgb(104,173,174); }

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