#619E88

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

Shades of Patina #619E88

Tints of Patina #619E88

Color information

#619E88 (or 0x619E88) is unknown color: approx Patina. HEX triplet: 61, 9E and 88. RGB value is (97,158,136). Sum of RGB (Red+Green+Blue) = 97+158+136=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 158 - color contains mainly: green. Hex color #619E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619E88 is #9E6177. Grayscale: #898989. Windows color (decimal): -10379640 or 8953441. OLE color: 8953441.

HSL color Cylindrical-coordinate representation of color #619E88: hue angle of 158.36º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619E88 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB97158136-
CMYK0.3900.140.38
HSL158.36º23.92%50%-
HSV(B)158.36º38.61%61.96%-
XYZ21.628.7727.71-
YUV137.25127.2999.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 158 (62.11% from 255) = 40.41%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=24.81%
G=40.41%
B=34.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971581360.3900.140.38158.3623.9250
Hex619E88270E269e1832
Octal14123621047016462363062
Binary11000011001111010001000100111011101001101001111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619E88; }

 p { color: rgb(97,158,136); }

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

<style>
 a { background-color: #619E88; }

 a { background-color: rgb(97,158,136); }

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

<style>
 span { border-color: #619E88; }

 span { border-color: rgb(97,158,136); }

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