#65B394

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

Shades of Keppel #65B394

Tints of Keppel #65B394

Color information

#65B394 (or 0x65B394) is unknown color: approx Keppel. HEX triplet: 65, B3 and 94. RGB value is (101,179,148). Sum of RGB (Red+Green+Blue) = 101+179+148=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #65B394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B394 is #9A4C6B. Grayscale: #989898. Windows color (decimal): -10112108 or 9745253. OLE color: 9745253.

HSL color Cylindrical-coordinate representation of color #65B394: hue angle of 156.15º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B394 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB101179148-
CMYK0.4400.170.30
HSL156.15º33.91%54.9%-
HSV(B)156.15º43.58%70.2%-
XYZ26.8337.1533.77-
YUV152.14125.6691.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.60%
GREEN value IS 179 (70.31% from 255) = 41.82%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=23.60%
G=41.82%
B=34.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011791480.4400.170.30156.1533.9154.9
Hex65B3942C0111E9c2237
Octal14526322454021362344267
Binary110010110110011100101001011000100011111010011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,179,148); }

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

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

 a { background-color: rgb(101,179,148); }

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

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

 span { border-color: rgb(101,179,148); }

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