Html Css Color HEX #68BDBA Fountain Blue

📋 copy color: '#68BDBA'

red 104 ◦ green 189 ◦ blue 186

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

Shades of Fountain Blue #68BDBA

Tints of Fountain Blue #68BDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 21.71%
G = 39.46%
B = 38.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#68BDBA (or 0x68BDBA) is known color: Fountain Blue. HEX triplet: 68, BD and BA. RGB value is (104,189,186). Sum of RGB (Red+Green+Blue) = 104+189+186=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #68BDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDBA is #974245. Grayscale: #A3A3A3. Windows color (decimal): -9912902 or 12238184. OLE color: 12238184.

HSL color Cylindrical-coordinate representation of color #68BDBA: hue angle of 177.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BDBA is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 189 186 -
CMYK 0.45 0 0.02 0.26
HSL 177.88º 0.39% 0.57% -
HSV(B) 177.88º 0.45% 0.74% -
XYZ 32.77 42.88 53 -
YUV 163.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 104 189 186 0.45 0 0.02 0.26 177.88 0.39 0.57
Hex 68 BD BA 2D 0 2 1A B2 27 39
Octal 150 275 272 55 0 2 32 262 47 71
Binary 1101000 10111101 10111010 101101 0 10 11010 10110010 100111 111001

Color Harmonies of #68BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BDBA

Black with #68BDBA

Text Example


Text Example

White with #68BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,189,186); }

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

background-color css

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

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

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

border-color css

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

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

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