#65B39F

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

Shades of Keppel #65B39F

Tints of Keppel #65B39F

Color information

#65B39F (or 0x65B39F) is unknown color: approx Keppel. HEX triplet: 65, B3 and 9F. RGB value is (101,179,159). Sum of RGB (Red+Green+Blue) = 101+179+159=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #65B39F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B39F is #9A4C60. Grayscale: #999999. Windows color (decimal): -10112097 or 10466149. OLE color: 10466149.

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

Color convert

RGB101179159-
CMYK0.4400.110.30
HSL164.62º33.91%54.9%-
HSV(B)164.62º43.58%70.2%-
XYZ27.7437.5138.58-
YUV153.4131.1690.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.01%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 159 (62.5% from 255) = 36.22%
R=23.01%
G=40.77%
B=36.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011791590.4400.110.30164.6233.9154.9
Hex65B39F2C0B1Ea52237
Octal14526323754013362454267
Binary11001011011001110011111101100010111111010100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,179,159); }

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

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

 a { background-color: rgb(101,179,159); }

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

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

 span { border-color: rgb(101,179,159); }

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