#65EAB2

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

Shades of Medium Aquamarine #65EAB2

Tints of Medium Aquamarine #65EAB2

Color information

#65EAB2 (or 0x65EAB2) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EA and B2. RGB value is (101,234,178). Sum of RGB (Red+Green+Blue) = 101+234+178=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #65EAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EAB2 is #9A154D. Grayscale: #BBBBBB. Windows color (decimal): -10097998 or 11725413. OLE color: 11725413.

HSL color Cylindrical-coordinate representation of color #65EAB2: hue angle of 154.74º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EAB2 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB101234178-
CMYK0.5700.240.08
HSL154.74º76%65.69%-
HSV(B)154.74º56.84%91.76%-
XYZ42.8364.8352.38-
YUV187.85122.4466.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.69%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=19.69%
G=45.61%
B=34.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012341780.5700.240.08154.747665.69
Hex65EAB23901889b4c42
Octal1453522627103010233114102
Binary1100101111010101011001011100101100010001001101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,234,178); }

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

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

 a { background-color: rgb(101,234,178); }

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

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

 span { border-color: rgb(101,234,178); }

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