#65B099

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

Shades of Keppel #65B099

Tints of Keppel #65B099

Color information

#65B099 (or 0x65B099) is unknown color: approx Keppel. HEX triplet: 65, B0 and 99. RGB value is (101,176,153). Sum of RGB (Red+Green+Blue) = 101+176+153=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #65B099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B099 is #9A4F66. Grayscale: #969696. Windows color (decimal): -10112871 or 10072165. OLE color: 10072165.

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

Color convert

RGB101176153-
CMYK0.4300.130.31
HSL161.6º32.19%54.31%-
HSV(B)161.6º42.61%69.02%-
XYZ26.6436.1235.7-
YUV150.95129.1592.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.49%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=23.49%
G=40.93%
B=35.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011761530.4300.130.31161.632.1954.31
Hex65B0992B0D1Fa22036
Octal14526023153015372424066
Binary11001011011000010011001101011011011111110100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,176,153); }

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

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

 a { background-color: rgb(101,176,153); }

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

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

 span { border-color: rgb(101,176,153); }

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