Html Css Color HEX #68B2BE Fountain Blue

📋 copy color: '#68B2BE'

red 104 ◦ green 178 ◦ blue 190

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

Shades of Fountain Blue #68B2BE

Tints of Fountain Blue #68B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.71%

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

R = 22.03%
G = 37.71%
B = 40.25%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68B2BE (or 0x68B2BE) is known color: Fountain Blue. HEX triplet: 68, B2 and BE. RGB value is (104,178,190). Sum of RGB (Red+Green+Blue) = 104+178+190=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #68B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B2BE is #974D41. Grayscale: #9D9D9D. Windows color (decimal): -9915714 or 12497512. OLE color: 12497512.

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

Color convert

RGB 104 178 190 -
CMYK 0.45 0.06 0 0.25
HSL 188.37º 0.4% 0.58% -
HSV(B) 188.37º 0.45% 0.75% -
XYZ 30.92 38.5 54.52 -
YUV 157.24 146.48 90.02 -
System Red Green Blue C M Y K H S L
Decimal 104 178 190 0.45 0.06 0 0.25 188.37 0.4 0.58
Hex 68 B2 BE 2D 6 0 19 BC 28 3A
Octal 150 262 276 55 6 0 31 274 50 72
Binary 1101000 10110010 10111110 101101 110 0 11001 10111100 101000 111010

Color Harmonies of #68B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B2BE

Black with #68B2BE

Text Example


Text Example

White with #68B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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