Html Css Color HEX #68BDB6 Fountain Blue

📋 copy color: '#68BDB6'

red 104 ◦ green 189 ◦ blue 182

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

Shades of Fountain Blue #68BDB6

Tints of Fountain Blue #68BDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.32%

R = 21.89%
G = 39.79%
B = 38.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#68BDB6 (or 0x68BDB6) is known color: Fountain Blue. HEX triplet: 68, BD and B6. RGB value is (104,189,182). Sum of RGB (Red+Green+Blue) = 104+189+182=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #68BDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDB6 is #974249. Grayscale: #A2A2A2. Windows color (decimal): -9912906 or 11976040. OLE color: 11976040.

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

Color convert

RGB 104 189 182 -
CMYK 0.45 0 0.04 0.26
HSL 175.06º 0.39% 0.57% -
HSV(B) 175.06º 0.45% 0.74% -
XYZ 32.35 42.72 50.8 -
YUV 162.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 104 189 182 0.45 0 0.04 0.26 175.06 0.39 0.57
Hex 68 BD B6 2D 0 4 1A AF 27 39
Octal 150 275 266 55 0 4 32 257 47 71
Binary 1101000 10111101 10110110 101101 0 100 11010 10101111 100111 111001

Color Harmonies of #68BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BDB6

Black with #68BDB6

Text Example


Text Example

White with #68BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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