#61CDB5

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

Shades of Medium Aquamarine #61CDB5

Tints of Medium Aquamarine #61CDB5

Color information

#61CDB5 (or 0x61CDB5) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CD and B5. RGB value is (97,205,181). Sum of RGB (Red+Green+Blue) = 97+205+181=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDB5 is #9E324A. Grayscale: #A9A9A9. Windows color (decimal): -10367563 or 11914593. OLE color: 11914593.

HSL color Cylindrical-coordinate representation of color #61CDB5: hue angle of 166.67º 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 #61CDB5 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB97205181-
CMYK0.5300.120.20
HSL166.67º51.92%59.22%-
HSV(B)166.67º52.68%80.39%-
XYZ35.149.5451.43-
YUV169.97134.2275.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.08%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=20.08%
G=42.44%
B=37.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051810.5300.120.20166.6751.9259.22
Hex61CDB5350C14a7343b
Octal14131526565014242476473
Binary11000011100110110110101110101011001010010100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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