#65D69D

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

Shades of Medium Aquamarine #65D69D

Tints of Medium Aquamarine #65D69D

Color information

#65D69D (or 0x65D69D) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D6 and 9D. RGB value is (101,214,157). Sum of RGB (Red+Green+Blue) = 101+214+157=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #65D69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D69D is #9A2962. Grayscale: #ADADAD. Windows color (decimal): -10103139 or 10344037. OLE color: 10344037.

HSL color Cylindrical-coordinate representation of color #65D69D: hue angle of 149.73º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D69D is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB101214157-
CMYK0.5300.270.16
HSL149.73º57.95%61.76%-
HSV(B)149.73º52.8%83.92%-
XYZ35.553.2940.31-
YUV173.72118.5676.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.40%
GREEN value IS 214 (83.98% from 255) = 45.34%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=21.40%
G=45.34%
B=33.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1012141570.5300.270.16149.7357.9561.76
Hex65D69D3501B10963a3e
Octal14532623565033202267276
Binary110010111010110100111011101010110111000010010110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,214,157); }

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

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

 a { background-color: rgb(101,214,157); }

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

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

 span { border-color: rgb(101,214,157); }

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