Html Css Color HEX #68BABF Fountain Blue

📋 copy color: '#68BABF'

red 104 ◦ green 186 ◦ blue 191

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

Shades of Fountain Blue #68BABF

Tints of Fountain Blue #68BABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.71%

R = 21.62%
G = 38.67%
B = 39.71%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68BABF (or 0x68BABF) is known color: Fountain Blue. HEX triplet: 68, BA and BF. RGB value is (104,186,191). Sum of RGB (Red+Green+Blue) = 104+186+191=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #68BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BABF is #974540. Grayscale: #A1A1A1. Windows color (decimal): -9913665 or 12565096. OLE color: 12565096.

HSL color Cylindrical-coordinate representation of color #68BABF: hue angle of 183.45º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BABF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 186 191 -
CMYK 0.46 0.03 0 0.25
HSL 183.45º 0.4% 0.58% -
HSV(B) 183.45º 0.46% 0.75% -
XYZ 32.67 41.82 55.64 -
YUV 162.05 144.33 86.59 -
System Red Green Blue C M Y K H S L
Decimal 104 186 191 0.46 0.03 0 0.25 183.45 0.4 0.58
Hex 68 BA BF 2E 3 0 19 B7 28 3A
Octal 150 272 277 56 3 0 31 267 50 72
Binary 1101000 10111010 10111111 101110 11 0 11001 10110111 101000 111010

Color Harmonies of #68BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BABF

Black with #68BABF

Text Example


Text Example

White with #68BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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