Html Css Color HEX #68BFBB Fountain Blue

📋 copy color: '#68BFBB'

red 104 ◦ green 191 ◦ blue 187

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

Shades of Fountain Blue #68BFBB

Tints of Fountain Blue #68BFBB

RGB

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

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

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

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

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 104 191 187 -
CMYK 0.46 0 0.02 0.25
HSL 177.24º 0.4% 0.58% -
HSV(B) 177.24º 0.46% 0.75% -
XYZ 33.31 43.79 53.71 -
YUV 164.53 140.68 84.83 -
System Red Green Blue C M Y K H S L
Decimal 104 191 187 0.46 0 0.02 0.25 177.24 0.4 0.58
Hex 68 BF BB 2E 0 2 19 B1 28 3A
Octal 150 277 273 56 0 2 31 261 50 72
Binary 1101000 10111111 10111011 101110 0 10 11001 10110001 101000 111010

Color Harmonies of #68BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFBB

Black with #68BFBB

Text Example


Text Example

White with #68BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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