#65D8AE

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

Shades of Medium Aquamarine #65D8AE

Tints of Medium Aquamarine #65D8AE

Color information

#65D8AE (or 0x65D8AE) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D8 and AE. RGB value is (101,216,174). Sum of RGB (Red+Green+Blue) = 101+216+174=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #65D8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D8AE is #9A2751. Grayscale: #B0B0B0. Windows color (decimal): -10102610 or 11458661. OLE color: 11458661.

HSL color Cylindrical-coordinate representation of color #65D8AE: hue angle of 158.09º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D8AE is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB101216174-
CMYK0.5300.190.15
HSL158.09º59.59%62.16%-
HSV(B)158.09º53.24%84.71%-
XYZ37.5654.9348.67-
YUV176.83126.473.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.57%
GREEN value IS 216 (84.77% from 255) = 43.99%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=20.57%
G=43.99%
B=35.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012161740.5300.190.15158.0959.5962.16
Hex65D8AE35013F9e3c3e
Octal14533025665023172367476
Binary11001011101100010101110110101010011111110011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,216,174); }

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

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

 a { background-color: rgb(101,216,174); }

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

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

 span { border-color: rgb(101,216,174); }

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