#61FCB7

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

Shades of Aquamarine #61FCB7

Tints of Aquamarine #61FCB7

Color information

#61FCB7 (or 0x61FCB7) is unknown color: approx Aquamarine. HEX triplet: 61, FC and B7. RGB value is (97,252,183). Sum of RGB (Red+Green+Blue) = 97+252+183=532 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.23% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCB7 is #9E0348. Grayscale: #C5C5C5. Windows color (decimal): -10355529 or 12057697. OLE color: 12057697.

HSL color Cylindrical-coordinate representation of color #61FCB7: hue angle of 153.29º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FCB7 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB97252183-
CMYK0.6200.270.01
HSL153.29º96.27%68.43%-
HSV(B)153.29º61.51%98.82%-
XYZ48.2975.5856.84-
YUV197.79119.6556.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.23%
GREEN value IS 252 (98.83% from 255) = 47.37%
BLUE value IS 183 (71.88% from 255) = 34.40%
R=18.23%
G=47.37%
B=34.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972521830.6200.270.01153.2996.2768.43
Hex61FCB73E01B1996044
Octal141374267760331231140104
Binary1100001111111001011011111111001101111001100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,252,183); }

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

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

 a { background-color: rgb(97,252,183); }

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

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

 span { border-color: rgb(97,252,183); }

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