#65EEB4

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

Shades of Medium Aquamarine #65EEB4

Tints of Medium Aquamarine #65EEB4

Color information

#65EEB4 (or 0x65EEB4) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EE and B4. RGB value is (101,238,180). Sum of RGB (Red+Green+Blue) = 101+238+180=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEB4 is #9A114B. Grayscale: #BEBEBE. Windows color (decimal): -10096972 or 11857509. OLE color: 11857509.

HSL color Cylindrical-coordinate representation of color #65EEB4: hue angle of 154.6º 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 #65EEB4 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB101238180-
CMYK0.5800.240.07
HSL154.6º80.12%66.47%-
HSV(B)154.6º57.56%93.33%-
XYZ44.1867.2153.82-
YUV190.42122.1164.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.46%
GREEN value IS 238 (93.36% from 255) = 45.86%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=19.46%
G=45.86%
B=34.68%

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
Decimal1012381800.5800.240.07154.680.1266.47
Hex65EEB43A01879b5042
Octal145356264720307233120102
Binary110010111101110101101001110100110001111001101110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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