Html Css Color HEX #61BDC0 Fountain Blue

📋 copy color: '#61BDC0'

red 97 ◦ green 189 ◦ blue 192

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

Shades of Fountain Blue #61BDC0

Tints of Fountain Blue #61BDC0

RGB

 RED value IS 97 (38.28% from 255) = 20.29%

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

 BLUE value IS 192 (75.39% from 255) = 40.17%

R = 20.29%
G = 39.54%
B = 40.17%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#61BDC0 (or 0x61BDC0) is known color: Fountain Blue. HEX triplet: 61, BD and C0. RGB value is (97,189,192). Sum of RGB (Red+Green+Blue) = 97+189+192=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #61BDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDC0 is #9E423F. Grayscale: #A1A1A1. Windows color (decimal): -10371648 or 12631393. OLE color: 12631393.

HSL color Cylindrical-coordinate representation of color #61BDC0: hue angle of 181.89º 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 #61BDC0 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 189 192 -
CMYK 0.49 0.02 0 0.25
HSL 181.89º 0.43% 0.57% -
HSV(B) 181.89º 0.49% 0.75% -
XYZ 32.64 42.74 56.4 -
YUV 161.83 145.02 81.76 -
System Red Green Blue C M Y K H S L
Decimal 97 189 192 0.49 0.02 0 0.25 181.89 0.43 0.57
Hex 61 BD C0 31 2 0 19 B6 2B 39
Octal 141 275 300 61 2 0 31 266 53 71
Binary 1100001 10111101 11000000 110001 10 0 11001 10110110 101011 111001

Color Harmonies of #61BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDC0

Black with #61BDC0

Text Example


Text Example

White with #61BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61BDC0;
 }
 .AnyTagClassName
 {
   color: #61BDC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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