#65BEBA

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

Shades of Fountain Blue #65BEBA

Tints of Fountain Blue #65BEBA

Color information

#65BEBA (or 0x65BEBA) is unknown color: approx Fountain Blue. HEX triplet: 65, BE and BA. RGB value is (101,190,186). Sum of RGB (Red+Green+Blue) = 101+190+186=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #65BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BEBA is #9A4145. Grayscale: #A2A2A2. Windows color (decimal): -10109254 or 12238437. OLE color: 12238437.

HSL color Cylindrical-coordinate representation of color #65BEBA: hue angle of 177.3º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BEBA is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB101190186-
CMYK0.4700.020.25
HSL177.3º40.64%57.06%-
HSV(B)177.3º46.84%74.51%-
XYZ32.6443.1453.06-
YUV162.93141.0183.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.17%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=21.17%
G=39.83%
B=38.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011901860.4700.020.25177.340.6457.06
Hex65BEBA2F0219b12939
Octal1452762725702312615171
Binary110010110111110101110101011110101100110110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65BEBA; }

 p { color: rgb(101,190,186); }

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

<style>
 a { background-color: #65BEBA; }

 a { background-color: rgb(101,190,186); }

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

<style>
 span { border-color: #65BEBA; }

 span { border-color: rgb(101,190,186); }

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