Html Css Color HEX #68C0BD Fountain Blue

📋 copy color: '#68C0BD'

red 104 ◦ green 192 ◦ blue 189

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

Shades of Fountain Blue #68C0BD

Tints of Fountain Blue #68C0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.59%

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 21.44%
G = 39.59%
B = 38.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#68C0BD (or 0x68C0BD) is known color: Fountain Blue. HEX triplet: 68, C0 and BD. RGB value is (104,192,189). Sum of RGB (Red+Green+Blue) = 104+192+189=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #68C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C0BD is #973F42. Grayscale: #A5A5A5. Windows color (decimal): -9912131 or 12435560. OLE color: 12435560.

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

Color convert

RGB 104 192 189 -
CMYK 0.46 0 0.02 0.25
HSL 177.95º 0.41% 0.58% -
HSV(B) 177.95º 0.46% 0.75% -
XYZ 33.74 44.32 54.92 -
YUV 165.35 141.35 84.24 -
System Red Green Blue C M Y K H S L
Decimal 104 192 189 0.46 0 0.02 0.25 177.95 0.41 0.58
Hex 68 C0 BD 2E 0 2 19 B2 29 3A
Octal 150 300 275 56 0 2 31 262 51 72
Binary 1101000 11000000 10111101 101110 0 10 11001 10110010 101001 111010

Color Harmonies of #68C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C0BD

Black with #68C0BD

Text Example


Text Example

White with #68C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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