#65AF97

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

Shades of Keppel #65AF97

Tints of Keppel #65AF97

Color information

#65AF97 (or 0x65AF97) is unknown color: approx Keppel. HEX triplet: 65, AF and 97. RGB value is (101,175,151). Sum of RGB (Red+Green+Blue) = 101+175+151=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AF97 is #9A5068. Grayscale: #969696. Windows color (decimal): -10113129 or 9940837. OLE color: 9940837.

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

Color convert

RGB101175151-
CMYK0.4200.140.31
HSL160.54º31.62%54.12%-
HSV(B)160.54º42.29%68.63%-
XYZ26.2835.6634.78-
YUV150.14128.4892.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.65%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=23.65%
G=40.98%
B=35.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751510.4200.140.31160.5431.6254.12
Hex65AF972A0E1Fa12036
Octal14525722752016372414066
Binary11001011010111110010111101010011101111110100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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