#65CEAA

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

Shades of Medium Aquamarine #65CEAA

Tints of Medium Aquamarine #65CEAA

Color information

#65CEAA (or 0x65CEAA) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CE and AA. RGB value is (101,206,170). Sum of RGB (Red+Green+Blue) = 101+206+170=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CEAA is #9A3155. Grayscale: #AAAAAA. Windows color (decimal): -10105174 or 11193957. OLE color: 11193957.

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

Color convert

RGB101206170-
CMYK0.5100.170.19
HSL159.43º51.72%60.2%-
HSV(B)159.43º50.97%80.78%-
XYZ34.6949.8145.82-
YUV170.5127.7178.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.17%
GREEN value IS 206 (80.86% from 255) = 43.19%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=21.17%
G=43.19%
B=35.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012061700.5100.170.19159.4351.7260.2
Hex65CEAA33011139f343c
Octal14531625263021232376474
Binary110010111001110101010101100110100011001110011111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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