#61CBA3

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

Shades of Medium Aquamarine #61CBA3

Tints of Medium Aquamarine #61CBA3

Color information

#61CBA3 (or 0x61CBA3) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CB and A3. RGB value is (97,203,163). Sum of RGB (Red+Green+Blue) = 97+203+163=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #61CBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CBA3 is #9E345C. Grayscale: #A6A6A6. Windows color (decimal): -10368093 or 10734433. OLE color: 10734433.

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

Color convert

RGB97203163-
CMYK0.5200.200.20
HSL157.36º50.48%58.82%-
HSV(B)157.36º52.22%79.61%-
XYZ32.947.942.16-
YUV166.75125.8878.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.95%
GREEN value IS 203 (79.69% from 255) = 43.84%
BLUE value IS 163 (64.06% from 255) = 35.21%
R=20.95%
G=43.84%
B=35.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972031630.5200.200.20157.3650.4858.82
Hex61CBA334014149d323b
Octal14131324364024242356273
Binary110000111001011101000111101000101001010010011101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,203,163); }

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

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

 a { background-color: rgb(97,203,163); }

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

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

 span { border-color: rgb(97,203,163); }

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