#65F19E

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

Shades of Medium Aquamarine #65F19E

Tints of Medium Aquamarine #65F19E

Color information

#65F19E (or 0x65F19E) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F1 and 9E. RGB value is (101,241,158). Sum of RGB (Red+Green+Blue) = 101+241+158=500 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.2% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #65F19E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F19E is #9A0E61. Grayscale: #BDBDBD. Windows color (decimal): -10096226 or 10416485. OLE color: 10416485.

HSL color Cylindrical-coordinate representation of color #65F19E: hue angle of 144.43º degrees, saturation: 0.83, 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 #65F19E is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB101241158-
CMYK0.5800.340.05
HSL144.43º83.33%67.06%-
HSV(B)144.43º58.09%94.51%-
XYZ42.9968.1543.24-
YUV189.68110.1264.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.2%
GREEN value IS 241 (94.53% from 255) = 48.2%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=20.2%
G=48.2%
B=31.6%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012411580.5800.340.05144.4383.3367.06
Hex65F19E3A0225905343
Octal145361236720425220123103
Binary1100101111100011001111011101001000101011001000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,241,158); }

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

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

 a { background-color: rgb(101,241,158); }

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

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

 span { border-color: rgb(101,241,158); }

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