#65B7A1

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

Shades of Keppel #65B7A1

Tints of Keppel #65B7A1

Color information

#65B7A1 (or 0x65B7A1) is unknown color: approx Keppel. HEX triplet: 65, B7 and A1. RGB value is (101,183,161). Sum of RGB (Red+Green+Blue) = 101+183+161=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #65B7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B7A1 is #9A485E. Grayscale: #9B9B9B. Windows color (decimal): -10111071 or 10598245. OLE color: 10598245.

HSL color Cylindrical-coordinate representation of color #65B7A1: hue angle of 163.9º degrees, saturation: 0.36, 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 #65B7A1 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB101183161-
CMYK0.4500.120.28
HSL163.9º36.28%55.69%-
HSV(B)163.9º44.81%71.76%-
XYZ28.7339.2139.77-
YUV155.97130.8388.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.70%
GREEN value IS 183 (71.88% from 255) = 41.12%
BLUE value IS 161 (63.28% from 255) = 36.18%
R=22.70%
G=41.12%
B=36.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1011831610.4500.120.28163.936.2855.69
Hex65B7A12D0C1Ca42438
Octal14526724155014342444470
Binary11001011011011110100001101101011001110010100100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,183,161); }

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

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

 a { background-color: rgb(101,183,161); }

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

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

 span { border-color: rgb(101,183,161); }

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