Html Css Color HEX #68BBBF Fountain Blue

📋 copy color: '#68BBBF'

red 104 ◦ green 187 ◦ blue 191

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

Shades of Fountain Blue #68BBBF

Tints of Fountain Blue #68BBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

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

R = 21.58%
G = 38.8%
B = 39.63%

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

#68BBBF (or 0x68BBBF) is known color: Fountain Blue. HEX triplet: 68, BB and BF. RGB value is (104,187,191). Sum of RGB (Red+Green+Blue) = 104+187+191=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #68BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBBF is #974440. Grayscale: #A2A2A2. Windows color (decimal): -9913409 or 12565352. OLE color: 12565352.

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

Color convert

RGB 104 187 191 -
CMYK 0.46 0.02 0 0.25
HSL 182.76º 0.4% 0.58% -
HSV(B) 182.76º 0.46% 0.75% -
XYZ 32.88 42.25 55.71 -
YUV 162.64 144 86.17 -
System Red Green Blue C M Y K H S L
Decimal 104 187 191 0.46 0.02 0 0.25 182.76 0.4 0.58
Hex 68 BB BF 2E 2 0 19 B7 28 3A
Octal 150 273 277 56 2 0 31 267 50 72
Binary 1101000 10111011 10111111 101110 10 0 11001 10110111 101000 111010

Color Harmonies of #68BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBBF

Black with #68BBBF

Text Example


Text Example

White with #68BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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