#65C89D

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

Shades of Medium Aquamarine #65C89D

Tints of Medium Aquamarine #65C89D

Color information

#65C89D (or 0x65C89D) is unknown color: approx Medium Aquamarine. HEX triplet: 65, C8 and 9D. RGB value is (101,200,157). Sum of RGB (Red+Green+Blue) = 101+200+157=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #65C89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C89D is #9A3762. Grayscale: #A5A5A5. Windows color (decimal): -10106723 or 10340453. OLE color: 10340453.

HSL color Cylindrical-coordinate representation of color #65C89D: hue angle of 153.94º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C89D is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB101200157-
CMYK0.4900.220.22
HSL153.94º47.37%59.02%-
HSV(B)153.94º49.5%78.43%-
XYZ32.1146.5139.18-
YUV165.5123.282-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.05%
GREEN value IS 200 (78.52% from 255) = 43.67%
BLUE value IS 157 (61.72% from 255) = 34.28%
R=22.05%
G=43.67%
B=34.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1012001570.4900.220.22153.9447.3759.02
Hex65C89D31016169a2f3b
Octal14531023561026262325773
Binary110010111001000100111011100010101101011010011010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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