#65EBB3

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

Shades of Medium Aquamarine #65EBB3

Tints of Medium Aquamarine #65EBB3

Color information

#65EBB3 (or 0x65EBB3) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EB and B3. RGB value is (101,235,179). Sum of RGB (Red+Green+Blue) = 101+235+179=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EBB3 is #9A144C. Grayscale: #BCBCBC. Windows color (decimal): -10097741 or 11791205. OLE color: 11791205.

HSL color Cylindrical-coordinate representation of color #65EBB3: hue angle of 154.93º degrees, saturation: 0.77, 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 #65EBB3 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB101235179-
CMYK0.5700.240.08
HSL154.93º77.01%65.88%-
HSV(B)154.93º57.02%92.16%-
XYZ43.2165.4453-
YUV188.55122.6165.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.61%
GREEN value IS 235 (92.19% from 255) = 45.63%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=19.61%
G=45.63%
B=34.76%

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
Decimal1012351790.5700.240.08154.9377.0165.88
Hex65EBB33901889b4d42
Octal1453532637103010233115102
Binary1100101111010111011001111100101100010001001101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,235,179); }

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

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

 a { background-color: rgb(101,235,179); }

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

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

 span { border-color: rgb(101,235,179); }

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