#65C3A5

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

Shades of Medium Aquamarine #65C3A5

Tints of Medium Aquamarine #65C3A5

Color information

#65C3A5 (or 0x65C3A5) is unknown color: approx Medium Aquamarine. HEX triplet: 65, C3 and A5. RGB value is (101,195,165). Sum of RGB (Red+Green+Blue) = 101+195+165=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C3A5 is #9A3C5A. Grayscale: #A3A3A3. Windows color (decimal): -10107995 or 10863461. OLE color: 10863461.

HSL color Cylindrical-coordinate representation of color #65C3A5: hue angle of 160.85º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C3A5 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB101195165-
CMYK0.4800.150.24
HSL160.85º43.93%58.04%-
HSV(B)160.85º48.21%76.47%-
XYZ31.6744.5142.52-
YUV163.47128.8683.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.91%
GREEN value IS 195 (76.56% from 255) = 42.30%
BLUE value IS 165 (64.84% from 255) = 35.79%
R=21.91%
G=42.30%
B=35.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951650.4800.150.24160.8543.9358.04
Hex65C3A5300F18a12c3a
Octal14530324560017302415472
Binary11001011100001110100101110000011111100010100001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,195,165); }

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

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

 a { background-color: rgb(101,195,165); }

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

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

 span { border-color: rgb(101,195,165); }

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