#65B69A

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

Shades of Keppel #65B69A

Tints of Keppel #65B69A

Color information

#65B69A (or 0x65B69A) is unknown color: approx Keppel. HEX triplet: 65, B6 and 9A. RGB value is (101,182,154). Sum of RGB (Red+Green+Blue) = 101+182+154=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 182 - color contains mainly: green. Hex color #65B69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B69A is #9A4965. Grayscale: #9A9A9A. Windows color (decimal): -10111334 or 10139237. OLE color: 10139237.

HSL color Cylindrical-coordinate representation of color #65B69A: hue angle of 159.26º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B69A is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB101182154-
CMYK0.4500.150.29
HSL159.26º35.68%55.49%-
HSV(B)159.26º44.51%71.37%-
XYZ27.9338.5636.54-
YUV154.59127.6689.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.11%
GREEN value IS 182 (71.48% from 255) = 41.65%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=23.11%
G=41.65%
B=35.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011821540.4500.150.29159.2635.6855.49
Hex65B69A2D0F1D9f2437
Octal14526623255017352374467
Binary11001011011011010011010101101011111110110011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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