#65D2AE

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

Shades of Medium Aquamarine #65D2AE

Tints of Medium Aquamarine #65D2AE

Color information

#65D2AE (or 0x65D2AE) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D2 and AE. RGB value is (101,210,174). Sum of RGB (Red+Green+Blue) = 101+210+174=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #65D2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D2AE is #9A2D51. Grayscale: #ADADAD. Windows color (decimal): -10104146 or 11457125. OLE color: 11457125.

HSL color Cylindrical-coordinate representation of color #65D2AE: hue angle of 160.18º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D2AE is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB101210174-
CMYK0.5200.170.18
HSL160.18º54.77%60.98%-
HSV(B)160.18º51.9%82.35%-
XYZ36.0551.9248.16-
YUV173.3128.3976.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.82%
GREEN value IS 210 (82.42% from 255) = 43.30%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=20.82%
G=43.30%
B=35.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012101740.5200.170.18160.1854.7760.98
Hex65D2AE3401112a0373d
Octal14532225664021222406775
Binary110010111010010101011101101000100011001010100000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,210,174); }

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

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

 a { background-color: rgb(101,210,174); }

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

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

 span { border-color: rgb(101,210,174); }

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