#65D59A

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

Shades of Medium Aquamarine #65D59A

Tints of Medium Aquamarine #65D59A

Color information

#65D59A (or 0x65D59A) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D5 and 9A. RGB value is (101,213,154). Sum of RGB (Red+Green+Blue) = 101+213+154=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #65D59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D59A is #9A2A65. Grayscale: #ACACAC. Windows color (decimal): -10103398 or 10147173. OLE color: 10147173.

HSL color Cylindrical-coordinate representation of color #65D59A: hue angle of 148.39º degrees, saturation: 0.57, 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 #65D59A is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB101213154-
CMYK0.5300.280.16
HSL148.39º57.14%61.57%-
HSV(B)148.39º52.58%83.53%-
XYZ34.9952.6938.9-
YUV172.79117.3976.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.58%
GREEN value IS 213 (83.59% from 255) = 45.51%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=21.58%
G=45.51%
B=32.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1012131540.5300.280.16148.3957.1461.57
Hex65D59A3501C1094393e
Octal14532523265034202247176
Binary110010111010101100110101101010111001000010010100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,213,154); }

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

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

 a { background-color: rgb(101,213,154); }

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

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

 span { border-color: rgb(101,213,154); }

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