#65EEB5

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

Shades of Medium Aquamarine #65EEB5

Tints of Medium Aquamarine #65EEB5

Color information

#65EEB5 (or 0x65EEB5) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EE and B5. RGB value is (101,238,181). Sum of RGB (Red+Green+Blue) = 101+238+181=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEB5 is #9A114A. Grayscale: #BEBEBE. Windows color (decimal): -10096971 or 11923045. OLE color: 11923045.

HSL color Cylindrical-coordinate representation of color #65EEB5: hue angle of 155.04º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEB5 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB101238181-
CMYK0.5800.240.07
HSL155.04º80.12%66.47%-
HSV(B)155.04º57.56%93.33%-
XYZ44.2867.2554.36-
YUV190.54122.6164.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.42%
GREEN value IS 238 (93.36% from 255) = 45.77%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=19.42%
G=45.77%
B=34.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012381810.5800.240.07155.0480.1266.47
Hex65EEB53A01879b5042
Octal145356265720307233120102
Binary110010111101110101101011110100110001111001101110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,238,181); }

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

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

 a { background-color: rgb(101,238,181); }

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

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

 span { border-color: rgb(101,238,181); }

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