#65C0C5

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

Shades of Fountain Blue #65C0C5

Tints of Fountain Blue #65C0C5

Color information

#65C0C5 (or 0x65C0C5) is unknown color: approx Fountain Blue. HEX triplet: 65, C0 and C5. RGB value is (101,192,197). Sum of RGB (Red+Green+Blue) = 101+192+197=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 197 - color contains mainly: blue. Hex color #65C0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C0C5 is #9A3F3A. Grayscale: #A5A5A5. Windows color (decimal): -10108731 or 12959845. OLE color: 12959845.

HSL color Cylindrical-coordinate representation of color #65C0C5: hue angle of 183.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C0C5 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB101192197-
CMYK0.490.0300.23
HSL183.12º45.28%58.43%-
HSV(B)183.12º48.73%77.25%-
XYZ34.2944.559.6-
YUV165.36145.8582.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.61%
GREEN value IS 192 (75.39% from 255) = 39.18%
BLUE value IS 197 (77.34% from 255) = 40.20%
R=20.61%
G=39.18%
B=40.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1011921970.490.0300.23183.1245.2858.43
Hex65C0C5313017b72d3a
Octal1453003056130272675572
Binary110010111000000110001011100011101011110110111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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