#65B89A

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

Shades of Keppel #65B89A

Tints of Keppel #65B89A

Color information

#65B89A (or 0x65B89A) is unknown color: approx Keppel. HEX triplet: 65, B8 and 9A. RGB value is (101,184,154). Sum of RGB (Red+Green+Blue) = 101+184+154=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #65B89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B89A is #9A4765. Grayscale: #9B9B9B. Windows color (decimal): -10110822 or 10139749. OLE color: 10139749.

HSL color Cylindrical-coordinate representation of color #65B89A: hue angle of 158.31º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B89A is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB101184154-
CMYK0.4500.160.28
HSL158.31º36.89%55.88%-
HSV(B)158.31º45.11%72.16%-
XYZ28.3439.3836.68-
YUV155.7612788.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.01%
GREEN value IS 184 (72.27% from 255) = 41.91%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=23.01%
G=41.91%
B=35.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1011841540.4500.160.28158.3136.8955.88
Hex65B89A2D0101C9e2538
Octal14527023255020342364570
Binary110010110111000100110101011010100001110010011110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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