#65E29A

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

Shades of Medium Aquamarine #65E29A

Tints of Medium Aquamarine #65E29A

Color information

#65E29A (or 0x65E29A) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E2 and 9A. RGB value is (101,226,154). Sum of RGB (Red+Green+Blue) = 101+226+154=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #65E29A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E29A is #9A1D65. Grayscale: #B4B4B4. Windows color (decimal): -10100070 or 10150501. OLE color: 10150501.

HSL color Cylindrical-coordinate representation of color #65E29A: hue angle of 145.44º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E29A is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB101226154-
CMYK0.5500.320.11
HSL145.44º68.31%64.12%-
HSV(B)145.44º55.31%88.63%-
XYZ38.459.4940.03-
YUV180.42113.0971.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.00%
GREEN value IS 226 (88.67% from 255) = 46.99%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=21.00%
G=46.99%
B=32.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1012261540.5500.320.11145.4468.3164.12
Hex65E29A37020B914440
Octal1453422326704013221104100
Binary11001011110001010011010110111010000010111001000110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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