#65CAA0

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

Shades of Medium Aquamarine #65CAA0

Tints of Medium Aquamarine #65CAA0

Color information

#65CAA0 (or 0x65CAA0) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CA and A0. RGB value is (101,202,160). Sum of RGB (Red+Green+Blue) = 101+202+160=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #65CAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CAA0 is #9A355F. Grayscale: #A7A7A7. Windows color (decimal): -10106208 or 10537573. OLE color: 10537573.

HSL color Cylindrical-coordinate representation of color #65CAA0: hue angle of 155.05º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CAA0 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB101202160-
CMYK0.5000.210.21
HSL155.05º48.79%59.41%-
HSV(B)155.05º50%79.22%-
XYZ32.8347.5540.7-
YUV167.01124.0480.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.81%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=21.81%
G=43.63%
B=34.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1012021600.5000.210.21155.0548.7959.41
Hex65CAA032015159b313b
Octal14531224062025252336173
Binary110010111001010101000001100100101011010110011011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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