#61febd

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

Shades of Aquamarine #61FEBD

Tints of Aquamarine #61FEBD

Color information

#61FEBD (or 0x61FEBD) is unknown color: approx Aquamarine. HEX triplet: 61, FE and BD. RGB value is (97,254,189). Sum of RGB (Red+Green+Blue) = 97+254+189=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #61FEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FEBD is #9E0142. Grayscale: #C7C7C7. Windows color (decimal): -10355011 or 12451425. OLE color: 12451425.

HSL color Cylindrical-coordinate representation of color #61FEBD: hue angle of 155.16º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FEBD is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB97254189-
CMYK0.6200.260.00
HSL155.16º98.74%68.82%-
HSV(B)155.16º61.81%99.61%-
XYZ49.5677.160.41-
YUV199.65121.9954.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.96%
GREEN value IS 254 (99.61% from 255) = 47.04%
BLUE value IS 189 (74.22% from 255) = 35%
R=17.96%
G=47.04%
B=35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal972541890.6200.260.00155.1698.7468.82
Hex61FEBD3E01A09b6345
Octal141376275760320233143105
Binary1100001111111101011110111111001101001001101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61febd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61febd; }

 p { color: rgb(97,254,189); }

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

<style>
 a { background-color: #61febd; }

 a { background-color: rgb(97,254,189); }

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

<style>
 span { border-color: #61febd; }

 span { border-color: rgb(97,254,189); }

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