Html Css Color HEX #68BCBF Fountain Blue

📋 copy color: '#68BCBF'

red 104 ◦ green 188 ◦ blue 191

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

Shades of Fountain Blue #68BCBF

Tints of Fountain Blue #68BCBF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.92%

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

R = 21.53%
G = 38.92%
B = 39.54%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68BCBF (or 0x68BCBF) is known color: Fountain Blue. HEX triplet: 68, BC and BF. RGB value is (104,188,191). Sum of RGB (Red+Green+Blue) = 104+188+191=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #68BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCBF is #974340. Grayscale: #A3A3A3. Windows color (decimal): -9913153 or 12565608. OLE color: 12565608.

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

Color convert

RGB 104 188 191 -
CMYK 0.46 0.02 0 0.25
HSL 182.07º 0.4% 0.58% -
HSV(B) 182.07º 0.46% 0.75% -
XYZ 33.1 42.67 55.78 -
YUV 163.23 143.67 85.76 -
System Red Green Blue C M Y K H S L
Decimal 104 188 191 0.46 0.02 0 0.25 182.07 0.4 0.58
Hex 68 BC BF 2E 2 0 19 B6 28 3A
Octal 150 274 277 56 2 0 31 266 50 72
Binary 1101000 10111100 10111111 101110 10 0 11001 10110110 101000 111010

Color Harmonies of #68BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCBF

Black with #68BCBF

Text Example


Text Example

White with #68BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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