#61F9C3

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

Shades of Aquamarine #61F9C3

Tints of Aquamarine #61F9C3

Color information

#61F9C3 (or 0x61F9C3) is unknown color: approx Aquamarine. HEX triplet: 61, F9 and C3. RGB value is (97,249,195). Sum of RGB (Red+Green+Blue) = 97+249+195=541 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.93% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #61F9C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F9C3 is #9E063C. Grayscale: #C5C5C5. Windows color (decimal): -10356285 or 12843361. OLE color: 12843361.

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

Color convert

RGB97249195-
CMYK0.6100.220.02
HSL158.68º92.68%67.84%-
HSV(B)158.68º61.04%97.65%-
XYZ48.6674.2363.39-
YUV197.4126.6456.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.93%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 195 (76.56% from 255) = 36.04%
R=17.93%
G=46.03%
B=36.04%

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
Decimal972491950.6100.220.02158.6892.6867.84
Hex61F9C33D01629f5d44
Octal141371303750262237135104
Binary11000011111100111000011111101010110101001111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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