#65F9E2

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

Shades of Aquamarine #65F9E2

Tints of Aquamarine #65F9E2

Color information

#65F9E2 (or 0x65F9E2) is unknown color: approx Aquamarine. HEX triplet: 65, F9 and E2. RGB value is (101,249,226). Sum of RGB (Red+Green+Blue) = 101+249+226=576 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.53% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F9E2 is #9A061D. Grayscale: #CACACA. Windows color (decimal): -10094110 or 14874981. OLE color: 14874981.

HSL color Cylindrical-coordinate representation of color #65F9E2: hue angle of 170.68º 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 #65F9E2 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB101249226-
CMYK0.5900.090.02
HSL170.68º92.5%68.63%-
HSV(B)170.68º59.44%97.65%-
XYZ52.9776.0183.83-
YUV202.13141.4755.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.53%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 226 (88.67% from 255) = 39.24%
R=17.53%
G=43.23%
B=39.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012492260.5900.090.02170.6892.568.63
Hex65F9E23B092ab5c45
Octal145371342730112253134105
Binary1100101111110011110001011101101001101010101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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