#65E3B0

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

Shades of Medium Aquamarine #65E3B0

Tints of Medium Aquamarine #65E3B0

Color information

#65E3B0 (or 0x65E3B0) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E3 and B0. RGB value is (101,227,176). Sum of RGB (Red+Green+Blue) = 101+227+176=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #65E3B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E3B0 is #9A1C4F. Grayscale: #B7B7B7. Windows color (decimal): -10099792 or 11592549. OLE color: 11592549.

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

Color convert

RGB101227176-
CMYK0.5600.220.11
HSL155.71º69.23%64.31%-
HSV(B)155.71º55.51%89.02%-
XYZ40.6760.8450.67-
YUV183.51123.7669.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.04%
GREEN value IS 227 (89.06% from 255) = 45.04%
BLUE value IS 176 (69.14% from 255) = 34.92%
R=20.04%
G=45.04%
B=34.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1012271760.5600.220.11155.7169.2364.31
Hex65E3B038016B9c4540
Octal1453432607002613234105100
Binary1100101111000111011000011100001011010111001110010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,227,176); }

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

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

 a { background-color: rgb(101,227,176); }

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

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

 span { border-color: rgb(101,227,176); }

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