#65F9A1

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

Shades of Medium Aquamarine #65F9A1

Tints of Medium Aquamarine #65F9A1

Color information

#65F9A1 (or 0x65F9A1) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F9 and A1. RGB value is (101,249,161). Sum of RGB (Red+Green+Blue) = 101+249+161=511 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.77% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F9A1 is #9A065E. Grayscale: #C2C2C2. Windows color (decimal): -10094175 or 10615141. OLE color: 10615141.

HSL color Cylindrical-coordinate representation of color #65F9A1: hue angle of 144.32º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F9A1 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB101249161-
CMYK0.5900.350.02
HSL144.32º92.5%68.63%-
HSV(B)144.32º59.44%97.65%-
XYZ45.6873.0945.42-
YUV194.72108.9761.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.77%
GREEN value IS 249 (97.66% from 255) = 48.73%
BLUE value IS 161 (63.28% from 255) = 31.51%
R=19.77%
G=48.73%
B=31.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012491610.5900.350.02144.3292.568.63
Hex65F9A13B0232905c45
Octal145371241730432220134105
Binary110010111111001101000011110110100011101001000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,249,161); }

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

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

 a { background-color: rgb(101,249,161); }

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

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

 span { border-color: rgb(101,249,161); }

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