Html Css Color HEX #68BFB8 Fountain Blue

📋 copy color: '#68BFB8'

red 104 ◦ green 191 ◦ blue 184

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

Shades of Fountain Blue #68BFB8

Tints of Fountain Blue #68BFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 21.71%
G = 39.87%
B = 38.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#68BFB8 (or 0x68BFB8) is known color: Fountain Blue. HEX triplet: 68, BF and B8. RGB value is (104,191,184). Sum of RGB (Red+Green+Blue) = 104+191+184=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFB8 is #974047. Grayscale: #A4A4A4. Windows color (decimal): -9912392 or 12107624. OLE color: 12107624.

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

Color convert

RGB 104 191 184 -
CMYK 0.46 0 0.04 0.25
HSL 175.17º 0.4% 0.58% -
HSV(B) 175.17º 0.46% 0.75% -
XYZ 32.99 43.67 52.04 -
YUV 164.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 104 191 184 0.46 0 0.04 0.25 175.17 0.4 0.58
Hex 68 BF B8 2E 0 4 19 AF 28 3A
Octal 150 277 270 56 0 4 31 257 50 72
Binary 1101000 10111111 10111000 101110 0 100 11001 10101111 101000 111010

Color Harmonies of #68BFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFB8

Black with #68BFB8

Text Example


Text Example

White with #68BFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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