#61D69B

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

Shades of Medium Aquamarine #61D69B

Tints of Medium Aquamarine #61D69B

Color information

#61D69B (or 0x61D69B) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D6 and 9B. RGB value is (97,214,155). Sum of RGB (Red+Green+Blue) = 97+214+155=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #61D69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D69B is #9E2964. Grayscale: #ACACAC. Windows color (decimal): -10365285 or 10212961. OLE color: 10212961.

HSL color Cylindrical-coordinate representation of color #61D69B: hue angle of 149.74º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D69B is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB97214155-
CMYK0.5500.280.16
HSL149.74º58.79%60.98%-
HSV(B)149.74º54.67%83.92%-
XYZ34.895339.4-
YUV172.29118.2474.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.82%
GREEN value IS 214 (83.98% from 255) = 45.92%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=20.82%
G=45.92%
B=33.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972141550.5500.280.16149.7458.7960.98
Hex61D69B3701C10963b3d
Octal14132623367034202267375
Binary110000111010110100110111101110111001000010010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,214,155); }

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

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

 a { background-color: rgb(97,214,155); }

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

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

 span { border-color: rgb(97,214,155); }

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