Html Css Color HEX #68B1AE Fountain Blue

📋 copy color: '#68B1AE'

red 104 ◦ green 177 ◦ blue 174

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

Shades of Fountain Blue #68B1AE

Tints of Fountain Blue #68B1AE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.9%

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

R = 22.86%
G = 38.9%
B = 38.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#68B1AE (or 0x68B1AE) is known color: Fountain Blue. HEX triplet: 68, B1 and AE. RGB value is (104,177,174). Sum of RGB (Red+Green+Blue) = 104+177+174=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #68B1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B1AE is #974E51. Grayscale: #9A9A9A. Windows color (decimal): -9915986 or 11448680. OLE color: 11448680.

HSL color Cylindrical-coordinate representation of color #68B1AE: hue angle of 177.53º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B1AE is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 177 174 -
CMYK 0.41 0 0.02 0.31
HSL 177.53º 0.32% 0.55% -
HSV(B) 177.53º 0.41% 0.69% -
XYZ 29.07 37.44 45.74 -
YUV 154.83 138.82 91.74 -
System Red Green Blue C M Y K H S L
Decimal 104 177 174 0.41 0 0.02 0.31 177.53 0.32 0.55
Hex 68 B1 AE 29 0 2 1F B2 20 37
Octal 150 261 256 51 0 2 37 262 40 67
Binary 1101000 10110001 10101110 101001 0 10 11111 10110010 100000 110111

Color Harmonies of #68B1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B1AE

Black with #68B1AE

Text Example


Text Example

White with #68B1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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