#65B8A2

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

Shades of Keppel #65B8A2

Tints of Keppel #65B8A2

Color information

#65B8A2 (or 0x65B8A2) is unknown color: approx Keppel. HEX triplet: 65, B8 and A2. RGB value is (101,184,162). Sum of RGB (Red+Green+Blue) = 101+184+162=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #65B8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B8A2 is #9A475D. Grayscale: #9C9C9C. Windows color (decimal): -10110814 or 10664037. OLE color: 10664037.

HSL color Cylindrical-coordinate representation of color #65B8A2: hue angle of 164.1º 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 #65B8A2 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB101184162-
CMYK0.4500.120.28
HSL164.1º36.89%55.88%-
HSV(B)164.1º45.11%72.16%-
XYZ29.0339.6640.31-
YUV156.6713188.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.60%
GREEN value IS 184 (72.27% from 255) = 41.16%
BLUE value IS 162 (63.67% from 255) = 36.24%
R=22.60%
G=41.16%
B=36.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1011841620.4500.120.28164.136.8955.88
Hex65B8A22D0C1Ca42538
Octal14527024255014342444570
Binary11001011011100010100010101101011001110010100100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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