#65B997

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

Shades of Keppel #65B997

Tints of Keppel #65B997

Color information

#65B997 (or 0x65B997) is unknown color: approx Keppel. HEX triplet: 65, B9 and 97. RGB value is (101,185,151). Sum of RGB (Red+Green+Blue) = 101+185+151=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #65B997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B997 is #9A4668. Grayscale: #9C9C9C. Windows color (decimal): -10110569 or 9943397. OLE color: 9943397.

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

Color convert

RGB101185151-
CMYK0.4500.180.27
HSL155.71º37.5%56.08%-
HSV(B)155.71º45.41%72.55%-
XYZ28.339.735.45-
YUV156.01125.1788.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.11%
GREEN value IS 185 (72.66% from 255) = 42.33%
BLUE value IS 151 (59.38% from 255) = 34.55%
R=23.11%
G=42.33%
B=34.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011851510.4500.180.27155.7137.556.08
Hex65B9972D0121B9c2638
Octal14527122755022332344670
Binary110010110111001100101111011010100101101110011100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,185,151); }

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

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

 a { background-color: rgb(101,185,151); }

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

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

 span { border-color: rgb(101,185,151); }

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