#65B69D

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

Shades of Keppel #65B69D

Tints of Keppel #65B69D

Color information

#65B69D (or 0x65B69D) is unknown color: approx Keppel. HEX triplet: 65, B6 and 9D. RGB value is (101,182,157). Sum of RGB (Red+Green+Blue) = 101+182+157=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #65B69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B69D is #9A4962. Grayscale: #9A9A9A. Windows color (decimal): -10111331 or 10335845. OLE color: 10335845.

HSL color Cylindrical-coordinate representation of color #65B69D: hue angle of 161.48º 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 #65B69D is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB101182157-
CMYK0.4500.140.29
HSL161.48º35.68%55.49%-
HSV(B)161.48º44.51%71.37%-
XYZ28.1838.6637.87-
YUV154.93129.1689.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 182 (71.48% from 255) = 41.36%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=22.95%
G=41.36%
B=35.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011821570.4500.140.29161.4835.6855.49
Hex65B69D2D0E1Da12437
Octal14526623555016352414467
Binary11001011011011010011101101101011101110110100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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