Html Css Color HEX #61C0B8 Fountain Blue

📋 copy color: '#61C0B8'

red 97 ◦ green 192 ◦ blue 184

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

Shades of Fountain Blue #61C0B8

Tints of Fountain Blue #61C0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.9%

R = 20.51%
G = 40.59%
B = 38.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#61C0B8 (or 0x61C0B8) is known color: Fountain Blue. HEX triplet: 61, C0 and B8. RGB value is (97,192,184). Sum of RGB (Red+Green+Blue) = 97+192+184=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #61C0B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0B8 is #9E3F47. Grayscale: #A2A2A2. Windows color (decimal): -10370888 or 12107873. OLE color: 12107873.

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

Color convert

RGB 97 192 184 -
CMYK 0.49 0 0.04 0.25
HSL 174.95º 0.43% 0.57% -
HSV(B) 174.95º 0.49% 0.75% -
XYZ 32.43 43.7 52.07 -
YUV 162.68 140.03 81.15 -
System Red Green Blue C M Y K H S L
Decimal 97 192 184 0.49 0 0.04 0.25 174.95 0.43 0.57
Hex 61 C0 B8 31 0 4 19 AF 2B 39
Octal 141 300 270 61 0 4 31 257 53 71
Binary 1100001 11000000 10111000 110001 0 100 11001 10101111 101011 111001

Color Harmonies of #61C0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C0B8

Black with #61C0B8

Text Example


Text Example

White with #61C0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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