#61C0BD

Color #61C0BD Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #61C0BD

Tints of Fountain Blue #61C0BD

Color information

#61C0BD (or 0x61C0BD) is unknown color: approx Fountain Blue. HEX triplet: 61, C0 and BD. RGB value is (97,192,189). Sum of RGB (Red+Green+Blue) = 97+192+189=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #61C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0BD is #9E3F42. Grayscale: #A3A3A3. Windows color (decimal): -10370883 or 12435553. OLE color: 12435553.

HSL color Cylindrical-coordinate representation of color #61C0BD: hue angle of 178.11º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61C0BD is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB97192189-
CMYK0.4900.020.25
HSL178.11º42.99%56.67%-
HSV(B)178.11º49.48%75.29%-
XYZ32.9643.9154.88-
YUV163.25142.5380.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.29%
GREEN value IS 192 (75.39% from 255) = 40.17%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=20.29%
G=40.17%
B=39.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971921890.4900.020.25178.1142.9956.67
Hex61C0BD310219b22b39
Octal1413002756102312625371
Binary110000111000000101111011100010101100110110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61C0BD;
 }
 .AnyTagClassName
 {
   color: #61C0BD;
 }
</style>
background-color css

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

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

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

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

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

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