#65F7B5

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

Shades of Aquamarine #65F7B5

Tints of Aquamarine #65F7B5

Color information

#65F7B5 (or 0x65F7B5) is unknown color: approx Aquamarine. HEX triplet: 65, F7 and B5. RGB value is (101,247,181). Sum of RGB (Red+Green+Blue) = 101+247+181=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #65F7B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F7B5 is #9A084A. Grayscale: #C3C3C3. Windows color (decimal): -10094667 or 11925349. OLE color: 11925349.

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

Color convert

RGB101247181-
CMYK0.5900.270.03
HSL152.88º90.12%68.24%-
HSV(B)152.88º59.11%96.86%-
XYZ46.9772.6255.26-
YUV195.82119.6360.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.09%
GREEN value IS 247 (96.88% from 255) = 46.69%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=19.09%
G=46.69%
B=34.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1012471810.5900.270.03152.8890.1268.24
Hex65F7B53B01B3995a44
Octal145367265730333231132104
Binary11001011111011110110101111011011011111001100110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,247,181); }

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

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

 a { background-color: rgb(101,247,181); }

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

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

 span { border-color: rgb(101,247,181); }

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