Html Css Color HEX #61BBB5 Fountain Blue

📋 copy color: '#61BBB5'

red 97 ◦ green 187 ◦ blue 181

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

Shades of Fountain Blue #61BBB5

Tints of Fountain Blue #61BBB5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.22%

 BLUE value IS 181 (71.09% from 255) = 38.92%

R = 20.86%
G = 40.22%
B = 38.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#61BBB5 (or 0x61BBB5) is known color: Fountain Blue. HEX triplet: 61, BB and B5. RGB value is (97,187,181). Sum of RGB (Red+Green+Blue) = 97+187+181=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #61BBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBB5 is #9E444A. Grayscale: #9F9F9F. Windows color (decimal): -10372171 or 11909985. OLE color: 11909985.

HSL color Cylindrical-coordinate representation of color #61BBB5: hue angle of 176º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BBB5 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 187 181 -
CMYK 0.48 0 0.03 0.27
HSL 176º 0.4% 0.56% -
HSV(B) 176º 0.48% 0.73% -
XYZ 31.04 41.42 50.07 -
YUV 159.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 97 187 181 0.48 0 0.03 0.27 176 0.4 0.56
Hex 61 BB B5 30 0 3 1B B0 28 38
Octal 141 273 265 60 0 3 33 260 50 70
Binary 1100001 10111011 10110101 110000 0 11 11011 10110000 101000 111000

Color Harmonies of #61BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BBB5

Black with #61BBB5

Text Example


Text Example

White with #61BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,187,181); }

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

background-color css

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

 a { background-color: rgb(97,187,181); }

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

border-color css

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

 span { border-color: rgb(97,187,181); }

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