Html Css Color HEX #61BCC0 Fountain Blue

📋 copy color: '#61BCC0'

red 97 ◦ green 188 ◦ blue 192

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

Shades of Fountain Blue #61BCC0

Tints of Fountain Blue #61BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.41%

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

R = 20.34%
G = 39.41%
B = 40.25%

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

#61BCC0 (or 0x61BCC0) is known color: Fountain Blue. HEX triplet: 61, BC and C0. RGB value is (97,188,192). Sum of RGB (Red+Green+Blue) = 97+188+192=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #61BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCC0 is #9E433F. Grayscale: #A1A1A1. Windows color (decimal): -10371904 or 12631137. OLE color: 12631137.

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

Color convert

RGB 97 188 192 -
CMYK 0.49 0.02 0 0.25
HSL 182.53º 0.43% 0.57% -
HSV(B) 182.53º 0.49% 0.75% -
XYZ 32.43 42.31 56.33 -
YUV 161.25 145.35 82.17 -
System Red Green Blue C M Y K H S L
Decimal 97 188 192 0.49 0.02 0 0.25 182.53 0.43 0.57
Hex 61 BC C0 31 2 0 19 B7 2B 39
Octal 141 274 300 61 2 0 31 267 53 71
Binary 1100001 10111100 11000000 110001 10 0 11001 10110111 101011 111001

Color Harmonies of #61BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BCC0

Black with #61BCC0

Text Example


Text Example

White with #61BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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