#65F3AD

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

Shades of Medium Aquamarine #65F3AD

Tints of Medium Aquamarine #65F3AD

Color information

#65F3AD (or 0x65F3AD) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F3 and AD. RGB value is (101,243,173). Sum of RGB (Red+Green+Blue) = 101+243+173=517 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.54% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #65F3AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F3AD is #9A0C52. Grayscale: #C0C0C0. Windows color (decimal): -10095699 or 11400037. OLE color: 11400037.

HSL color Cylindrical-coordinate representation of color #65F3AD: hue angle of 150.42º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F3AD is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB101243173-
CMYK0.5800.290.05
HSL150.42º85.54%67.45%-
HSV(B)150.42º58.44%95.29%-
XYZ44.9669.8950.65-
YUV192.56116.9662.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.54%
GREEN value IS 243 (95.31% from 255) = 47.00%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=19.54%
G=47.00%
B=33.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012431730.5800.290.05150.4285.5467.45
Hex65F3AD3A01D5965643
Octal145363255720355226126103
Binary110010111110011101011011110100111011011001011010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,243,173); }

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

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

 a { background-color: rgb(101,243,173); }

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

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

 span { border-color: rgb(101,243,173); }

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