#65F9B1

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

Shades of Aquamarine #65F9B1

Tints of Aquamarine #65F9B1

Color information

#65F9B1 (or 0x65F9B1) is unknown color: approx Aquamarine. HEX triplet: 65, F9 and B1. RGB value is (101,249,177). Sum of RGB (Red+Green+Blue) = 101+249+177=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F9B1 is #9A064E. Grayscale: #C4C4C4. Windows color (decimal): -10094159 or 11663717. OLE color: 11663717.

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

Color convert

RGB101249177-
CMYK0.5900.290.02
HSL150.81º92.5%68.63%-
HSV(B)150.81º59.44%97.65%-
XYZ47.1873.6953.33-
YUV196.54116.9759.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.17%
GREEN value IS 249 (97.66% from 255) = 47.25%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=19.17%
G=47.25%
B=33.59%

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
Decimal1012491770.5900.290.02150.8192.568.63
Hex65F9B13B01D2975c45
Octal145371261730352227134105
Binary11001011111100110110001111011011101101001011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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