#65B69B

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

Shades of Keppel #65B69B

Tints of Keppel #65B69B

Color information

#65B69B (or 0x65B69B) is unknown color: approx Keppel. HEX triplet: 65, B6 and 9B. RGB value is (101,182,155). Sum of RGB (Red+Green+Blue) = 101+182+155=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #65B69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B69B is #9A4964. Grayscale: #9A9A9A. Windows color (decimal): -10111333 or 10204773. OLE color: 10204773.

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

Color convert

RGB101182155-
CMYK0.4500.150.29
HSL160º35.68%55.49%-
HSV(B)160º44.51%71.37%-
XYZ28.0138.5936.98-
YUV154.7128.1689.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.06%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=23.06%
G=41.55%
B=35.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011821550.4500.150.2916035.6855.49
Hex65B69B2D0F1Da02437
Octal14526623355017352404467
Binary11001011011011010011011101101011111110110100000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,182,155); }

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

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

 a { background-color: rgb(101,182,155); }

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

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

 span { border-color: rgb(101,182,155); }

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