#65F5B3

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

Shades of Medium Aquamarine #65F5B3

Tints of Medium Aquamarine #65F5B3

Color information

#65F5B3 (or 0x65F5B3) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F5 and B3. RGB value is (101,245,179). Sum of RGB (Red+Green+Blue) = 101+245+179=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #65F5B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F5B3 is #9A0A4C. Grayscale: #C2C2C2. Windows color (decimal): -10095181 or 11793765. OLE color: 11793765.

HSL color Cylindrical-coordinate representation of color #65F5B3: hue angle of 152.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F5B3 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB101245179-
CMYK0.5900.270.04
HSL152.5º87.8%67.84%-
HSV(B)152.5º58.78%96.08%-
XYZ46.1671.3353.98-
YUV194.42119.2961.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.24%
GREEN value IS 245 (96.09% from 255) = 46.67%
BLUE value IS 179 (70.31% from 255) = 34.10%
R=19.24%
G=46.67%
B=34.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012451790.5900.270.04152.587.867.84
Hex65F5B33B01B4985844
Octal145365263730334230130104
Binary110010111110101101100111110110110111001001100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,245,179); }

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

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

 a { background-color: rgb(101,245,179); }

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

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

 span { border-color: rgb(101,245,179); }

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