#61F9C1

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

Shades of Aquamarine #61F9C1

Tints of Aquamarine #61F9C1

Color information

#61F9C1 (or 0x61F9C1) is unknown color: approx Aquamarine. HEX triplet: 61, F9 and C1. RGB value is (97,249,193). Sum of RGB (Red+Green+Blue) = 97+249+193=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #61F9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F9C1 is #9E063E. Grayscale: #C5C5C5. Windows color (decimal): -10356287 or 12712289. OLE color: 12712289.

HSL color Cylindrical-coordinate representation of color #61F9C1: hue angle of 157.89º 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 #61F9C1 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB97249193-
CMYK0.6100.220.02
HSL157.89º92.68%67.84%-
HSV(B)157.89º61.04%97.65%-
XYZ48.4374.1462.21-
YUV197.17125.6456.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.00%
GREEN value IS 249 (97.66% from 255) = 46.20%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=18.00%
G=46.20%
B=35.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972491930.6100.220.02157.8992.6867.84
Hex61F9C13D01629e5d44
Octal141371301750262236135104
Binary11000011111100111000001111101010110101001111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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