#65BE9F

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

Shades of Keppel #65BE9F

Tints of Keppel #65BE9F

Color information

#65BE9F (or 0x65BE9F) is unknown color: approx Keppel. HEX triplet: 65, BE and 9F. RGB value is (101,190,159). Sum of RGB (Red+Green+Blue) = 101+190+159=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BE9F is #9A4160. Grayscale: #9F9F9F. Windows color (decimal): -10109281 or 10468965. OLE color: 10468965.

HSL color Cylindrical-coordinate representation of color #65BE9F: hue angle of 159.1º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BE9F is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB101190159-
CMYK0.4700.160.25
HSL159.1º40.64%57.06%-
HSV(B)159.1º46.84%74.51%-
XYZ30.0442.139.34-
YUV159.85127.5186.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.44%
GREEN value IS 190 (74.61% from 255) = 42.22%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=22.44%
G=42.22%
B=35.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011901590.4700.160.25159.140.6457.06
Hex65BE9F2F010199f2939
Octal14527623757020312375171
Binary110010110111110100111111011110100001100110011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,190,159); }

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

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

 a { background-color: rgb(101,190,159); }

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

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

 span { border-color: rgb(101,190,159); }

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