Html Css Color HEX #68BEBB Fountain Blue

📋 copy color: '#68BEBB'

red 104 ◦ green 190 ◦ blue 187

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

Shades of Fountain Blue #68BEBB

Tints of Fountain Blue #68BEBB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.5%

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

R = 21.62%
G = 39.5%
B = 38.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#68BEBB (or 0x68BEBB) is known color: Fountain Blue. HEX triplet: 68, BE and BB. RGB value is (104,190,187). Sum of RGB (Red+Green+Blue) = 104+190+187=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #68BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEBB is #974144. Grayscale: #A3A3A3. Windows color (decimal): -9912645 or 12303976. OLE color: 12303976.

HSL color Cylindrical-coordinate representation of color #68BEBB: hue angle of 177.91º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BEBB is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 190 187 -
CMYK 0.45 0 0.02 0.25
HSL 177.91º 0.4% 0.58% -
HSV(B) 177.91º 0.45% 0.75% -
XYZ 33.09 43.36 53.64 -
YUV 163.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 104 190 187 0.45 0 0.02 0.25 177.91 0.4 0.58
Hex 68 BE BB 2D 0 2 19 B2 28 3A
Octal 150 276 273 55 0 2 31 262 50 72
Binary 1101000 10111110 10111011 101101 0 10 11001 10110010 101000 111010

Color Harmonies of #68BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEBB

Black with #68BEBB

Text Example


Text Example

White with #68BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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