#65AD99

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

Shades of Keppel #65AD99

Tints of Keppel #65AD99

Color information

#65AD99 (or 0x65AD99) is unknown color: approx Keppel. HEX triplet: 65, AD and 99. RGB value is (101,173,153). Sum of RGB (Red+Green+Blue) = 101+173+153=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AD99 is #9A5266. Grayscale: #959595. Windows color (decimal): -10113639 or 10071397. OLE color: 10071397.

HSL color Cylindrical-coordinate representation of color #65AD99: hue angle of 163.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AD99 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB101173153-
CMYK0.4200.120.32
HSL163.33º30.51%53.73%-
HSV(B)163.33º41.62%67.84%-
XYZ26.0634.9535.51-
YUV149.19130.1593.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.65%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=23.65%
G=40.52%
B=35.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011731530.4200.120.32163.3330.5153.73
Hex65AD992A0C20a31f36
Octal14525523152014402433766
Binary11001011010110110011001101010011001000001010001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,173,153); }

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

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

 a { background-color: rgb(101,173,153); }

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

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

 span { border-color: rgb(101,173,153); }

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