#65B193

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

Shades of Keppel #65B193

Tints of Keppel #65B193

Color information

#65B193 (or 0x65B193) is unknown color: approx Keppel. HEX triplet: 65, B1 and 93. RGB value is (101,177,147). Sum of RGB (Red+Green+Blue) = 101+177+147=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #65B193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B193 is #9A4E6C. Grayscale: #969696. Windows color (decimal): -10112621 or 9679205. OLE color: 9679205.

HSL color Cylindrical-coordinate representation of color #65B193: hue angle of 156.32º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B193 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB101177147-
CMYK0.4300.170.31
HSL156.32º32.76%54.51%-
HSV(B)156.32º42.94%69.41%-
XYZ26.3636.3233.22-
YUV150.86125.8292.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.76%
GREEN value IS 177 (69.53% from 255) = 41.65%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=23.76%
G=41.65%
B=34.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011771470.4300.170.31156.3232.7654.51
Hex65B1932B0111F9c2137
Octal14526122353021372344167
Binary110010110110001100100111010110100011111110011100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,177,147); }

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

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

 a { background-color: rgb(101,177,147); }

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

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

 span { border-color: rgb(101,177,147); }

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