#61A38D

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

Shades of Patina #61A38D

Tints of Patina #61A38D

Color information

#61A38D (or 0x61A38D) is unknown color: approx Patina. HEX triplet: 61, A3 and 8D. RGB value is (97,163,141). Sum of RGB (Red+Green+Blue) = 97+163+141=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #61A38D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A38D is #9E5C72. Grayscale: #8C8C8C. Windows color (decimal): -10378355 or 9282401. OLE color: 9282401.

HSL color Cylindrical-coordinate representation of color #61A38D: hue angle of 160º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A38D is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB97163141-
CMYK0.4000.130.36
HSL160º26.4%50.98%-
HSV(B)160º40.49%63.92%-
XYZ22.8330.6629.91-
YUV140.76128.1396.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.19%
GREEN value IS 163 (64.06% from 255) = 40.65%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=24.19%
G=40.65%
B=35.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971631410.4000.130.3616026.450.98
Hex61A38D280D24a01a33
Octal14124321550015442403263
Binary11000011010001110001101101000011011001001010000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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