#61BEBB

Color #61BEBB Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #61BEBB

Tints of Fountain Blue #61BEBB

Color information

#61BEBB (or 0x61BEBB) is unknown color: approx Fountain Blue. HEX triplet: 61, BE and BB. RGB value is (97,190,187). Sum of RGB (Red+Green+Blue) = 97+190+187=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BEBB is #9E4144. Grayscale: #A1A1A1. Windows color (decimal): -10371397 or 12303969. OLE color: 12303969.

HSL color Cylindrical-coordinate representation of color #61BEBB: hue angle of 178.06º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BEBB is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB97190187-
CMYK0.4900.020.25
HSL178.06º41.7%56.27%-
HSV(B)178.06º48.95%74.51%-
XYZ32.3142.9653.6-
YUV161.85142.1981.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.46%
GREEN value IS 190 (74.61% from 255) = 40.08%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=20.46%
G=40.08%
B=39.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971901870.4900.020.25178.0641.756.27
Hex61BEBB310219b22a38
Octal1412762736102312625270
Binary110000110111110101110111100010101100110110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61BEBB;
 }
 .AnyTagClassName
 {
   color: #61BEBB;
 }
</style>
background-color css

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

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

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

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

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

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