#65CEA9

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

Shades of Medium Aquamarine #65CEA9

Tints of Medium Aquamarine #65CEA9

Color information

#65CEA9 (or 0x65CEA9) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CE and A9. RGB value is (101,206,169). Sum of RGB (Red+Green+Blue) = 101+206+169=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CEA9 is #9A3156. Grayscale: #AAAAAA. Windows color (decimal): -10105175 or 11128421. OLE color: 11128421.

HSL color Cylindrical-coordinate representation of color #65CEA9: hue angle of 158.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CEA9 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB101206169-
CMYK0.5100.180.19
HSL158.86º51.72%60.2%-
HSV(B)158.86º50.97%80.78%-
XYZ34.649.7745.32-
YUV170.39127.2178.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.22%
GREEN value IS 206 (80.86% from 255) = 43.28%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=21.22%
G=43.28%
B=35.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012061690.5100.180.19158.8651.7260.2
Hex65CEA933012139f343c
Octal14531625163022232376474
Binary110010111001110101010011100110100101001110011111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,206,169); }

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

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

 a { background-color: rgb(101,206,169); }

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

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

 span { border-color: rgb(101,206,169); }

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