#65B197

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

Shades of Keppel #65B197

Tints of Keppel #65B197

Color information

#65B197 (or 0x65B197) is unknown color: approx Keppel. HEX triplet: 65, B1 and 97. RGB value is (101,177,151). Sum of RGB (Red+Green+Blue) = 101+177+151=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #65B197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B197 is #9A4E68. Grayscale: #979797. Windows color (decimal): -10112617 or 9941349. OLE color: 9941349.

HSL color Cylindrical-coordinate representation of color #65B197: hue angle of 159.47º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B197 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB101177151-
CMYK0.4300.150.31
HSL159.47º32.76%54.51%-
HSV(B)159.47º42.94%69.41%-
XYZ26.6736.4534.91-
YUV151.31127.8292.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.54%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=23.54%
G=41.26%
B=35.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011771510.4300.150.31159.4732.7654.51
Hex65B1972B0F1F9f2137
Octal14526122753017372374167
Binary11001011011000110010111101011011111111110011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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