#65F2B0

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

Shades of Medium Aquamarine #65F2B0

Tints of Medium Aquamarine #65F2B0

Color information

#65F2B0 (or 0x65F2B0) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F2 and B0. RGB value is (101,242,176). Sum of RGB (Red+Green+Blue) = 101+242+176=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F2B0 is #9A0D4F. Grayscale: #C0C0C0. Windows color (decimal): -10095952 or 11596389. OLE color: 11596389.

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

Color convert

RGB101242176-
CMYK0.5800.270.05
HSL151.91º84.43%67.25%-
HSV(B)151.91º58.26%94.9%-
XYZ44.9669.4152.1-
YUV192.32118.7962.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.46%
GREEN value IS 242 (94.92% from 255) = 46.63%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=19.46%
G=46.63%
B=33.91%

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
Decimal1012421760.5800.270.05151.9184.4367.25
Hex65F2B03A01B5985443
Octal145362260720335230124103
Binary110010111110010101100001110100110111011001100010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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