#65D19F

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

Shades of Medium Aquamarine #65D19F

Tints of Medium Aquamarine #65D19F

Color information

#65D19F (or 0x65D19F) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D1 and 9F. RGB value is (101,209,159). Sum of RGB (Red+Green+Blue) = 101+209+159=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #65D19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D19F is #9A2E60. Grayscale: #ABABAB. Windows color (decimal): -10104417 or 10473829. OLE color: 10473829.

HSL color Cylindrical-coordinate representation of color #65D19F: hue angle of 152.22º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D19F is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB101209159-
CMYK0.5200.240.18
HSL152.22º54%60.78%-
HSV(B)152.22º51.67%81.96%-
XYZ34.4350.8740.81-
YUV171.01121.2278.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.54%
GREEN value IS 209 (82.03% from 255) = 44.56%
BLUE value IS 159 (62.5% from 255) = 33.90%
R=21.54%
G=44.56%
B=33.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012091590.5200.240.18152.225460.78
Hex65D19F340181298363d
Octal14532123764030222306675
Binary110010111010001100111111101000110001001010011000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,209,159); }

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

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

 a { background-color: rgb(101,209,159); }

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

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

 span { border-color: rgb(101,209,159); }

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