#65AB9A

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

Shades of Keppel #65AB9A

Tints of Keppel #65AB9A

Color information

#65AB9A (or 0x65AB9A) is unknown color: approx Keppel. HEX triplet: 65, AB and 9A. RGB value is (101,171,154). Sum of RGB (Red+Green+Blue) = 101+171+154=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AB9A is #9A5465. Grayscale: #949494. Windows color (decimal): -10114150 or 10136421. OLE color: 10136421.

HSL color Cylindrical-coordinate representation of color #65AB9A: hue angle of 165.43º 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 #65AB9A is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB101171154-
CMYK0.4100.100.33
HSL165.43º29.41%53.33%-
HSV(B)165.43º40.94%67.06%-
XYZ25.7634.2335.82-
YUV148.13131.3194.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.71%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=23.71%
G=40.14%
B=36.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011711540.4100.100.33165.4329.4153.33
Hex65AB9A290A21a51d35
Octal14525323251012412453565
Binary11001011010101110011010101001010101000011010010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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