#65F2B1

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

Shades of Medium Aquamarine #65F2B1

Tints of Medium Aquamarine #65F2B1

Color information

#65F2B1 (or 0x65F2B1) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F2 and B1. RGB value is (101,242,177). Sum of RGB (Red+Green+Blue) = 101+242+177=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F2B1 is #9A0D4E. Grayscale: #C0C0C0. Windows color (decimal): -10095951 or 11661925. OLE color: 11661925.

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

Color convert

RGB101242177-
CMYK0.5800.270.05
HSL152.34º84.43%67.25%-
HSV(B)152.34º58.26%94.9%-
XYZ45.0569.4552.62-
YUV192.43119.2962.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.42%
GREEN value IS 242 (94.92% from 255) = 46.54%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=19.42%
G=46.54%
B=34.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012421770.5800.270.05152.3484.4367.25
Hex65F2B13A01B5985443
Octal145362261720335230124103
Binary110010111110010101100011110100110111011001100010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,242,177); }

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

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

 a { background-color: rgb(101,242,177); }

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

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

 span { border-color: rgb(101,242,177); }

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