Html Css Color HEX #68BCBE Fountain Blue

📋 copy color: '#68BCBE'

red 104 ◦ green 188 ◦ blue 190

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

Shades of Fountain Blue #68BCBE

Tints of Fountain Blue #68BCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 21.58%
G = 39%
B = 39.42%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68BCBE (or 0x68BCBE) is known color: Fountain Blue. HEX triplet: 68, BC and BE. RGB value is (104,188,190). Sum of RGB (Red+Green+Blue) = 104+188+190=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #68BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCBE is #974341. Grayscale: #A3A3A3. Windows color (decimal): -9913154 or 12500072. OLE color: 12500072.

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

Color convert

RGB 104 188 190 -
CMYK 0.45 0.01 0 0.25
HSL 181.4º 0.4% 0.58% -
HSV(B) 181.4º 0.45% 0.75% -
XYZ 32.99 42.63 55.2 -
YUV 163.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 104 188 190 0.45 0.01 0 0.25 181.4 0.4 0.58
Hex 68 BC BE 2D 1 0 19 B5 28 3A
Octal 150 274 276 55 1 0 31 265 50 72
Binary 1101000 10111100 10111110 101101 1 0 11001 10110101 101000 111010

Color Harmonies of #68BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCBE

Black with #68BCBE

Text Example


Text Example

White with #68BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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