#65AD96

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

Shades of Keppel #65AD96

Tints of Keppel #65AD96

Color information

#65AD96 (or 0x65AD96) is unknown color: approx Keppel. HEX triplet: 65, AD and 96. RGB value is (101,173,150). Sum of RGB (Red+Green+Blue) = 101+173+150=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AD96 is #9A5269. Grayscale: #949494. Windows color (decimal): -10113642 or 9874789. OLE color: 9874789.

HSL color Cylindrical-coordinate representation of color #65AD96: hue angle of 160.83º 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 #65AD96 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB101173150-
CMYK0.4200.130.32
HSL160.83º30.51%53.73%-
HSV(B)160.83º41.62%67.84%-
XYZ25.8234.8634.22-
YUV148.85128.6593.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.82%
GREEN value IS 173 (67.97% from 255) = 40.80%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=23.82%
G=40.80%
B=35.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011731500.4200.130.32160.8330.5153.73
Hex65AD962A0D20a11f36
Octal14525522652015402413766
Binary11001011010110110010110101010011011000001010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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