#65F9B2

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

Shades of Aquamarine #65F9B2

Tints of Aquamarine #65F9B2

Color information

#65F9B2 (or 0x65F9B2) is unknown color: approx Aquamarine. HEX triplet: 65, F9 and B2. RGB value is (101,249,178). Sum of RGB (Red+Green+Blue) = 101+249+178=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F9B2 is #9A064D. Grayscale: #C4C4C4. Windows color (decimal): -10094158 or 11729253. OLE color: 11729253.

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

Color convert

RGB101249178-
CMYK0.5900.290.02
HSL151.22º92.5%68.63%-
HSV(B)151.22º59.44%97.65%-
XYZ47.2873.7353.86-
YUV196.65117.4759.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.13%
GREEN value IS 249 (97.66% from 255) = 47.16%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=19.13%
G=47.16%
B=33.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012491780.5900.290.02151.2292.568.63
Hex65F9B23B01D2975c45
Octal145371262730352227134105
Binary11001011111100110110010111011011101101001011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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