#61CD9B

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

Shades of Medium Aquamarine #61CD9B

Tints of Medium Aquamarine #61CD9B

Color information

#61CD9B (or 0x61CD9B) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CD and 9B. RGB value is (97,205,155). Sum of RGB (Red+Green+Blue) = 97+205+155=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #61CD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CD9B is #9E3264. Grayscale: #A7A7A7. Windows color (decimal): -10367589 or 10210657. OLE color: 10210657.

HSL color Cylindrical-coordinate representation of color #61CD9B: hue angle of 152.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CD9B is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB97205155-
CMYK0.5300.240.20
HSL152.22º51.92%59.22%-
HSV(B)152.22º52.68%80.39%-
XYZ32.6848.5738.66-
YUV167.01121.2278.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 205 (80.47% from 255) = 44.86%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=21.23%
G=44.86%
B=33.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051550.5300.240.20152.2251.9259.22
Hex61CD9B350181498343b
Octal14131523365030242306473
Binary110000111001101100110111101010110001010010011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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