#61F9BD

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

Shades of Aquamarine #61F9BD

Tints of Aquamarine #61F9BD

Color information

#61F9BD (or 0x61F9BD) is unknown color: approx Aquamarine. HEX triplet: 61, F9 and BD. RGB value is (97,249,189). Sum of RGB (Red+Green+Blue) = 97+249+189=535 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.13% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #61F9BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F9BD is #9E0642. Grayscale: #C4C4C4. Windows color (decimal): -10356291 or 12450145. OLE color: 12450145.

HSL color Cylindrical-coordinate representation of color #61F9BD: hue angle of 156.32º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F9BD is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB97249189-
CMYK0.6100.240.02
HSL156.32º92.68%67.84%-
HSV(B)156.32º61.04%97.65%-
XYZ47.9973.9759.89-
YUV196.71123.6456.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.13%
GREEN value IS 249 (97.66% from 255) = 46.54%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=18.13%
G=46.54%
B=35.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972491890.6100.240.02156.3292.6867.84
Hex61F9BD3D01829c5d44
Octal141371275750302234135104
Binary11000011111100110111101111101011000101001110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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