#65C0BC

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

Shades of Fountain Blue #65C0BC

Tints of Fountain Blue #65C0BC

Color information

#65C0BC (or 0x65C0BC) is unknown color: approx Fountain Blue. HEX triplet: 65, C0 and BC. RGB value is (101,192,188). Sum of RGB (Red+Green+Blue) = 101+192+188=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #65C0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C0BC is #9A3F43. Grayscale: #A4A4A4. Windows color (decimal): -10108740 or 12370021. OLE color: 12370021.

HSL color Cylindrical-coordinate representation of color #65C0BC: hue angle of 177.36º degrees, saturation: 0.42, 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 #65C0BC is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB101192188-
CMYK0.4700.020.25
HSL177.36º41.94%57.45%-
HSV(B)177.36º47.4%75.29%-
XYZ33.2944.154.33-
YUV164.33141.3582.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.00%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=21.00%
G=39.92%
B=39.09%

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
Decimal1011921880.4700.020.25177.3641.9457.45
Hex65C0BC2F0219b12a39
Octal1453002745702312615271
Binary110010111000000101111001011110101100110110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,192,188); }

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

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

 a { background-color: rgb(101,192,188); }

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

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

 span { border-color: rgb(101,192,188); }

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