Html Css Color HEX #61C0BE Fountain Blue

📋 copy color: '#61C0BE'

red 97 ◦ green 192 ◦ blue 190

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

Shades of Fountain Blue #61C0BE

Tints of Fountain Blue #61C0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 20.25%
G = 40.08%
B = 39.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#61C0BE (or 0x61C0BE) is known color: Fountain Blue. HEX triplet: 61, C0 and BE. RGB value is (97,192,190). Sum of RGB (Red+Green+Blue) = 97+192+190=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #61C0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0BE is #9E3F41. Grayscale: #A3A3A3. Windows color (decimal): -10370882 or 12501089. OLE color: 12501089.

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

Color convert

RGB 97 192 190 -
CMYK 0.49 0 0.01 0.25
HSL 178.74º 0.43% 0.57% -
HSV(B) 178.74º 0.49% 0.75% -
XYZ 33.07 43.96 55.46 -
YUV 163.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 97 192 190 0.49 0 0.01 0.25 178.74 0.43 0.57
Hex 61 C0 BE 31 0 1 19 B3 2B 39
Octal 141 300 276 61 0 1 31 263 53 71
Binary 1100001 11000000 10111110 110001 0 1 11001 10110011 101011 111001

Color Harmonies of #61C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C0BE

Black with #61C0BE

Text Example


Text Example

White with #61C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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