Html Css Color HEX #61C0BC Fountain Blue

📋 copy color: '#61C0BC'

red 97 ◦ green 192 ◦ blue 188

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

Shades of Fountain Blue #61C0BC

Tints of Fountain Blue #61C0BC

RGB

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

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

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

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

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 97 192 188 -
CMYK 0.49 0 0.02 0.25
HSL 177.47º 0.43% 0.57% -
HSV(B) 177.47º 0.49% 0.75% -
XYZ 32.86 43.87 54.31 -
YUV 163.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 97 192 188 0.49 0 0.02 0.25 177.47 0.43 0.57
Hex 61 C0 BC 31 0 2 19 B1 2B 39
Octal 141 300 274 61 0 2 31 261 53 71
Binary 1100001 11000000 10111100 110001 0 10 11001 10110001 101011 111001

Color Harmonies of #61C0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C0BC

Black with #61C0BC

Text Example


Text Example

White with #61C0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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