#65BEA1

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

Shades of Keppel #65BEA1

Tints of Keppel #65BEA1

Color information

#65BEA1 (or 0x65BEA1) is unknown color: approx Keppel. HEX triplet: 65, BE and A1. RGB value is (101,190,161). Sum of RGB (Red+Green+Blue) = 101+190+161=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #65BEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BEA1 is #9A415E. Grayscale: #A0A0A0. Windows color (decimal): -10109279 or 10600037. OLE color: 10600037.

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

Color convert

RGB101190161-
CMYK0.4700.150.25
HSL160.45º40.64%57.06%-
HSV(B)160.45º46.84%74.51%-
XYZ30.2142.1740.26-
YUV160.08128.5185.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.35%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 161 (63.28% from 255) = 35.62%
R=22.35%
G=42.04%
B=35.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011901610.4700.150.25160.4540.6457.06
Hex65BEA12F0F19a02939
Octal14527624157017312405171
Binary11001011011111010100001101111011111100110100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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