#65C0BD

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

Shades of Fountain Blue #65C0BD

Tints of Fountain Blue #65C0BD

Color information

#65C0BD (or 0x65C0BD) is unknown color: approx Fountain Blue. HEX triplet: 65, C0 and BD. RGB value is (101,192,189). Sum of RGB (Red+Green+Blue) = 101+192+189=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #65C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C0BD is #9A3F42. Grayscale: #A4A4A4. Windows color (decimal): -10108739 or 12435557. OLE color: 12435557.

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

Color convert

RGB101192189-
CMYK0.4700.020.25
HSL178.02º41.94%57.45%-
HSV(B)178.02º47.4%75.29%-
XYZ33.444.1454.9-
YUV164.45141.8582.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.95%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=20.95%
G=39.83%
B=39.21%

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
Decimal1011921890.4700.020.25178.0241.9457.45
Hex65C0BD2F0219b22a39
Octal1453002755702312625271
Binary110010111000000101111011011110101100110110010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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