Html Css Color HEX #68BCBD Fountain Blue

📋 copy color: '#68BCBD'

red 104 ◦ green 188 ◦ blue 189

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

Shades of Fountain Blue #68BCBD

Tints of Fountain Blue #68BCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.29%

R = 21.62%
G = 39.09%
B = 39.29%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#68BCBD (or 0x68BCBD) is known color: Fountain Blue. HEX triplet: 68, BC and BD. RGB value is (104,188,189). Sum of RGB (Red+Green+Blue) = 104+188+189=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #68BCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCBD is #974342. Grayscale: #A2A2A2. Windows color (decimal): -9913155 or 12434536. OLE color: 12434536.

HSL color Cylindrical-coordinate representation of color #68BCBD: hue angle of 180.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BCBD is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 189 -
CMYK 0.45 0.01 0 0.26
HSL 180.71º 0.39% 0.57% -
HSV(B) 180.71º 0.45% 0.74% -
XYZ 32.88 42.58 54.63 -
YUV 163 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 104 188 189 0.45 0.01 0 0.26 180.71 0.39 0.57
Hex 68 BC BD 2D 1 0 1A B5 27 39
Octal 150 274 275 55 1 0 32 265 47 71
Binary 1101000 10111100 10111101 101101 1 0 11010 10110101 100111 111001

Color Harmonies of #68BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCBD

Black with #68BCBD

Text Example


Text Example

White with #68BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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