#65D89C

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

Shades of Medium Aquamarine #65D89C

Tints of Medium Aquamarine #65D89C

Color information

#65D89C (or 0x65D89C) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D8 and 9C. RGB value is (101,216,156). Sum of RGB (Red+Green+Blue) = 101+216+156=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #65D89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D89C is #9A2763. Grayscale: #AEAEAE. Windows color (decimal): -10102628 or 10279013. OLE color: 10279013.

HSL color Cylindrical-coordinate representation of color #65D89C: hue angle of 148.7º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D89C is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB101216156-
CMYK0.5300.280.15
HSL148.7º59.59%62.16%-
HSV(B)148.7º53.24%84.71%-
XYZ35.9254.2840.04-
YUV174.77117.475.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.35%
GREEN value IS 216 (84.77% from 255) = 45.67%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=21.35%
G=45.67%
B=32.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012161560.5300.280.15148.759.5962.16
Hex65D89C3501CF953c3e
Octal14533023465034172257476
Binary11001011101100010011100110101011100111110010101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,216,156); }

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

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

 a { background-color: rgb(101,216,156); }

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

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

 span { border-color: rgb(101,216,156); }

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