#65AB95

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

Shades of Keppel #65AB95

Tints of Keppel #65AB95

Color information

#65AB95 (or 0x65AB95) is unknown color: approx Keppel. HEX triplet: 65, AB and 95. RGB value is (101,171,149). Sum of RGB (Red+Green+Blue) = 101+171+149=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AB95 is #9A546A. Grayscale: #939393. Windows color (decimal): -10114155 or 9808741. OLE color: 9808741.

HSL color Cylindrical-coordinate representation of color #65AB95: hue angle of 161.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AB95 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB101171149-
CMYK0.4100.130.33
HSL161.14º29.41%53.33%-
HSV(B)161.14º40.94%67.06%-
XYZ25.3534.0633.67-
YUV147.56128.8194.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.99%
GREEN value IS 171 (67.19% from 255) = 40.62%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=23.99%
G=40.62%
B=35.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011711490.4100.130.33161.1429.4153.33
Hex65AB95290D21a11d35
Octal14525322551015412413565
Binary11001011010101110010101101001011011000011010000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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