#61A38A

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

Shades of Patina #61A38A

Tints of Patina #61A38A

Color information

#61A38A (or 0x61A38A) is unknown color: approx Patina. HEX triplet: 61, A3 and 8A. RGB value is (97,163,138). Sum of RGB (Red+Green+Blue) = 97+163+138=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #61A38A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A38A is #9E5C75. Grayscale: #8C8C8C. Windows color (decimal): -10378358 or 9085793. OLE color: 9085793.

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

Color convert

RGB97163138-
CMYK0.4000.150.36
HSL157.27º26.4%50.98%-
HSV(B)157.27º40.49%63.92%-
XYZ22.6130.5728.75-
YUV140.42126.6397.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.37%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 138 (54.30% from 255) = 34.67%
R=24.37%
G=40.95%
B=34.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971631380.4000.150.36157.2726.450.98
Hex61A38A280F249d1a33
Octal14124321250017442353263
Binary11000011010001110001010101000011111001001001110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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