#65CEA0

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

Shades of Medium Aquamarine #65CEA0

Tints of Medium Aquamarine #65CEA0

Color information

#65CEA0 (or 0x65CEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CE and A0. RGB value is (101,206,160). Sum of RGB (Red+Green+Blue) = 101+206+160=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CEA0 is #9A315F. Grayscale: #A9A9A9. Windows color (decimal): -10105184 or 10538597. OLE color: 10538597.

HSL color Cylindrical-coordinate representation of color #65CEA0: hue angle of 153.71º 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 #65CEA0 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB101206160-
CMYK0.5100.220.19
HSL153.71º51.72%60.2%-
HSV(B)153.71º50.97%80.78%-
XYZ33.7849.4541.02-
YUV169.36122.7179.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.63%
GREEN value IS 206 (80.86% from 255) = 44.11%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=21.63%
G=44.11%
B=34.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012061600.5100.220.19153.7151.7260.2
Hex65CEA033016139a343c
Octal14531624063026232326474
Binary110010111001110101000001100110101101001110011010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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