#65AD97

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

Shades of Keppel #65AD97

Tints of Keppel #65AD97

Color information

#65AD97 (or 0x65AD97) is unknown color: approx Keppel. HEX triplet: 65, AD and 97. RGB value is (101,173,151). Sum of RGB (Red+Green+Blue) = 101+173+151=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AD97 is #9A5268. Grayscale: #949494. Windows color (decimal): -10113641 or 9940325. OLE color: 9940325.

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

Color convert

RGB101173151-
CMYK0.4200.130.32
HSL161.67º30.51%53.73%-
HSV(B)161.67º41.62%67.84%-
XYZ25.934.8934.65-
YUV148.96129.1593.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.76%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=23.76%
G=40.71%
B=35.53%

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
Decimal1011731510.4200.130.32161.6730.5153.73
Hex65AD972A0D20a21f36
Octal14525522752015402423766
Binary11001011010110110010111101010011011000001010001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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