#65B896

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

Shades of Keppel #65B896

Tints of Keppel #65B896

Color information

#65B896 (or 0x65B896) is unknown color: approx Keppel. HEX triplet: 65, B8 and 96. RGB value is (101,184,150). Sum of RGB (Red+Green+Blue) = 101+184+150=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #65B896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B896 is #9A4769. Grayscale: #9B9B9B. Windows color (decimal): -10110826 or 9877605. OLE color: 9877605.

HSL color Cylindrical-coordinate representation of color #65B896: hue angle of 155.42º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B896 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB101184150-
CMYK0.4500.180.28
HSL155.42º36.89%55.88%-
HSV(B)155.42º45.11%72.16%-
XYZ28.0139.2534.95-
YUV155.3112589.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.22%
GREEN value IS 184 (72.27% from 255) = 42.30%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=23.22%
G=42.30%
B=34.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1011841500.4500.180.28155.4236.8955.88
Hex65B8962D0121C9b2538
Octal14527022655022342334570
Binary110010110111000100101101011010100101110010011011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,184,150); }

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

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

 a { background-color: rgb(101,184,150); }

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

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

 span { border-color: rgb(101,184,150); }

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