#65F9E0

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

Shades of Aquamarine #65F9E0

Tints of Aquamarine #65F9E0

Color information

#65F9E0 (or 0x65F9E0) is unknown color: approx Aquamarine. HEX triplet: 65, F9 and E0. RGB value is (101,249,224). Sum of RGB (Red+Green+Blue) = 101+249+224=574 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.60% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F9E0 is #9A061F. Grayscale: #C9C9C9. Windows color (decimal): -10094112 or 14743909. OLE color: 14743909.

HSL color Cylindrical-coordinate representation of color #65F9E0: hue angle of 169.86º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F9E0 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB101249224-
CMYK0.5900.100.02
HSL169.86º92.5%68.63%-
HSV(B)169.86º59.44%97.65%-
XYZ52.775.982.39-
YUV201.9140.4756.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.60%
GREEN value IS 249 (97.66% from 255) = 43.38%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=17.60%
G=43.38%
B=39.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012492240.5900.100.02169.8692.568.63
Hex65F9E03B0A2aa5c45
Octal145371340730122252134105
Binary1100101111110011110000011101101010101010101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,249,224); }

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

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

 a { background-color: rgb(101,249,224); }

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

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

 span { border-color: rgb(101,249,224); }

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