Html Css Color HEX #68BBBB Fountain Blue

📋 copy color: '#68BBBB'

red 104 ◦ green 187 ◦ blue 187

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

Shades of Fountain Blue #68BBBB

Tints of Fountain Blue #68BBBB

RGB

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

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

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

R = 21.76%
G = 39.12%
B = 39.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#68BBBB (or 0x68BBBB) is known color: Fountain Blue. HEX triplet: 68, BB and BB. RGB value is (104,187,187). Sum of RGB (Red+Green+Blue) = 104+187+187=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #68BBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBBB is #974444. Grayscale: #A2A2A2. Windows color (decimal): -9913413 or 12303208. OLE color: 12303208.

HSL color Cylindrical-coordinate representation of color #68BBBB: hue angle of 180º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BBBB is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 187 187 -
CMYK 0.44 0 0 0.27
HSL 180º 0.38% 0.57% -
HSV(B) 180º 0.44% 0.73% -
XYZ 32.45 42.07 53.42 -
YUV 162.18 142 86.5 -
System Red Green Blue C M Y K H S L
Decimal 104 187 187 0.44 0 0 0.27 180 0.38 0.57
Hex 68 BB BB 2C 0 0 1B B4 26 39
Octal 150 273 273 54 0 0 33 264 46 71
Binary 1101000 10111011 10111011 101100 0 0 11011 10110100 100110 111001

Color Harmonies of #68BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBBB

Black with #68BBBB

Text Example


Text Example

White with #68BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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