#65A295

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

Shades of Keppel #65A295

Tints of Keppel #65A295

Color information

#65A295 (or 0x65A295) is unknown color: approx Keppel. HEX triplet: 65, A2 and 95. RGB value is (101,162,149). Sum of RGB (Red+Green+Blue) = 101+162+149=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #65A295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A295 is #9A5D6A. Grayscale: #8E8E8E. Windows color (decimal): -10116459 or 9806437. OLE color: 9806437.

HSL color Cylindrical-coordinate representation of color #65A295: hue angle of 167.21º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A295 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB101162149-
CMYK0.3800.080.36
HSL167.21º24.7%51.57%-
HSV(B)167.21º37.65%63.53%-
XYZ23.7130.7833.12-
YUV142.28131.7998.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.51%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=24.51%
G=39.32%
B=36.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011621490.3800.080.36167.2124.751.57
Hex65A295260824a71934
Octal14524222546010442473164
Binary11001011010001010010101100110010001001001010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,162,149); }

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

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

 a { background-color: rgb(101,162,149); }

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

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

 span { border-color: rgb(101,162,149); }

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