#61A38F

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

Shades of Patina #61A38F

Tints of Patina #61A38F

Color information

#61A38F (or 0x61A38F) is unknown color: approx Patina. HEX triplet: 61, A3 and 8F. RGB value is (97,163,143). Sum of RGB (Red+Green+Blue) = 97+163+143=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #61A38F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A38F is #9E5C70. Grayscale: #8D8D8D. Windows color (decimal): -10378353 or 9413473. OLE color: 9413473.

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

Color convert

RGB97163143-
CMYK0.4000.120.36
HSL161.82º26.4%50.98%-
HSV(B)161.82º40.49%63.92%-
XYZ22.9830.7230.7-
YUV140.99129.1396.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.07%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=24.07%
G=40.45%
B=35.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971631430.4000.120.36161.8226.450.98
Hex61A38F280C24a21a33
Octal14124321750014442423263
Binary11000011010001110001111101000011001001001010001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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