Html Css Color HEX #68BFBF Fountain Blue

📋 copy color: '#68BFBF'

red 104 ◦ green 191 ◦ blue 191

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

Shades of Fountain Blue #68BFBF

Tints of Fountain Blue #68BFBF

RGB

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

 GREEN value IS 191 (75% from 255) = 39.3%

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

R = 21.4%
G = 39.3%
B = 39.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68BFBF (or 0x68BFBF) is known color: Fountain Blue. HEX triplet: 68, BF and BF. RGB value is (104,191,191). Sum of RGB (Red+Green+Blue) = 104+191+191=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #68BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFBF is #974040. Grayscale: #A4A4A4. Windows color (decimal): -9912385 or 12566376. OLE color: 12566376.

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

Color convert

RGB 104 191 191 -
CMYK 0.46 0 0 0.25
HSL 180º 0.4% 0.58% -
HSV(B) 180º 0.46% 0.75% -
XYZ 33.74 43.97 56 -
YUV 164.99 142.68 84.5 -
System Red Green Blue C M Y K H S L
Decimal 104 191 191 0.46 0 0 0.25 180 0.4 0.58
Hex 68 BF BF 2E 0 0 19 B4 28 3A
Octal 150 277 277 56 0 0 31 264 50 72
Binary 1101000 10111111 10111111 101110 0 0 11001 10110100 101000 111010

Color Harmonies of #68BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFBF

Black with #68BFBF

Text Example


Text Example

White with #68BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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