Html Css Color HEX #68BAB5 Fountain Blue

📋 copy color: '#68BAB5'

red 104 ◦ green 186 ◦ blue 181

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

Shades of Fountain Blue #68BAB5

Tints of Fountain Blue #68BAB5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

 BLUE value IS 181 (71.09% from 255) = 38.43%

R = 22.08%
G = 39.49%
B = 38.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#68BAB5 (or 0x68BAB5) is known color: Fountain Blue. HEX triplet: 68, BA and B5. RGB value is (104,186,181). Sum of RGB (Red+Green+Blue) = 104+186+181=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BAB5 is #97454A. Grayscale: #A0A0A0. Windows color (decimal): -9913675 or 11909736. OLE color: 11909736.

HSL color Cylindrical-coordinate representation of color #68BAB5: hue angle of 176.34º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BAB5 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 186 181 -
CMYK 0.44 0 0.03 0.27
HSL 176.34º 0.37% 0.57% -
HSV(B) 176.34º 0.44% 0.73% -
XYZ 31.61 41.4 50.04 -
YUV 160.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 104 186 181 0.44 0 0.03 0.27 176.34 0.37 0.57
Hex 68 BA B5 2C 0 3 1B B0 25 39
Octal 150 272 265 54 0 3 33 260 45 71
Binary 1101000 10111010 10110101 101100 0 11 11011 10110000 100101 111001

Color Harmonies of #68BAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAB5

Black with #68BAB5

Text Example


Text Example

White with #68BAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,186,181); }

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

background-color css

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

 a { background-color: rgb(104,186,181); }

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

border-color css

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

 span { border-color: rgb(104,186,181); }

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