#629E88

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

Shades of Patina #629E88

Tints of Patina #629E88

Color information

#629E88 (or 0x629E88) is unknown color: approx Patina. HEX triplet: 62, 9E and 88. RGB value is (98,158,136). Sum of RGB (Red+Green+Blue) = 98+158+136=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #629E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E88 is #9D6177. Grayscale: #898989. Windows color (decimal): -10314104 or 8953442. OLE color: 8953442.

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

Color convert

RGB98158136-
CMYK0.3800.140.38
HSL158º23.62%50.2%-
HSV(B)158º37.97%61.96%-
XYZ21.7128.8327.71-
YUV137.55127.1299.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25%
GREEN value IS 158 (62.11% from 255) = 40.31%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=25%
G=40.31%
B=34.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581360.3800.140.3815823.6250.2
Hex629E88260E269e1832
Octal14223621046016462363062
Binary11000101001111010001000100110011101001101001111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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