#65EBAF

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

Shades of Medium Aquamarine #65EBAF

Tints of Medium Aquamarine #65EBAF

Color information

#65EBAF (or 0x65EBAF) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EB and AF. RGB value is (101,235,175). Sum of RGB (Red+Green+Blue) = 101+235+175=511 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.77% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EBAF is #9A1450. Grayscale: #BCBCBC. Windows color (decimal): -10097745 or 11529061. OLE color: 11529061.

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

Color convert

RGB101235175-
CMYK0.5700.260.08
HSL153.13º77.01%65.88%-
HSV(B)153.13º57.02%92.16%-
XYZ42.8165.2850.9-
YUV188.09120.6165.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.77%
GREEN value IS 235 (92.19% from 255) = 45.99%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=19.77%
G=45.99%
B=34.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012351750.5700.260.08153.1377.0165.88
Hex65EBAF3901A8994d42
Octal1453532577103210231115102
Binary1100101111010111010111111100101101010001001100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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