#65BE9C

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

Shades of Keppel #65BE9C

Tints of Keppel #65BE9C

Color information

#65BE9C (or 0x65BE9C) is unknown color: approx Keppel. HEX triplet: 65, BE and 9C. RGB value is (101,190,156). Sum of RGB (Red+Green+Blue) = 101+190+156=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BE9C is #9A4163. Grayscale: #9F9F9F. Windows color (decimal): -10109284 or 10272357. OLE color: 10272357.

HSL color Cylindrical-coordinate representation of color #65BE9C: hue angle of 157.08º 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 #65BE9C is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB101190156-
CMYK0.4700.180.25
HSL157.08º40.64%57.06%-
HSV(B)157.08º46.84%74.51%-
XYZ29.7841.9937.99-
YUV159.51126.0186.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.60%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=22.60%
G=42.51%
B=34.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011901560.4700.180.25157.0840.6457.06
Hex65BE9C2F012199d2939
Octal14527623457022312355171
Binary110010110111110100111001011110100101100110011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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