#65B495

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

Shades of Keppel #65B495

Tints of Keppel #65B495

Color information

#65B495 (or 0x65B495) is unknown color: approx Keppel. HEX triplet: 65, B4 and 95. RGB value is (101,180,149). Sum of RGB (Red+Green+Blue) = 101+180+149=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #65B495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B495 is #9A4B6A. Grayscale: #989898. Windows color (decimal): -10111851 or 9811045. OLE color: 9811045.

HSL color Cylindrical-coordinate representation of color #65B495: hue angle of 156.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B495 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB101180149-
CMYK0.4400.170.29
HSL156.46º34.5%55.1%-
HSV(B)156.46º43.89%70.59%-
XYZ27.1137.5834.26-
YUV152.84125.8391.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.49%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=23.49%
G=41.86%
B=34.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011801490.4400.170.29156.4634.555.1
Hex65B4952C0111D9c2237
Octal14526422554021352344267
Binary110010110110100100101011011000100011110110011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,180,149); }

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

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

 a { background-color: rgb(101,180,149); }

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

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

 span { border-color: rgb(101,180,149); }

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