#629E8B

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

Shades of Patina #629E8B

Tints of Patina #629E8B

Color information

#629E8B (or 0x629E8B) is unknown color: approx Patina. HEX triplet: 62, 9E and 8B. RGB value is (98,158,139). Sum of RGB (Red+Green+Blue) = 98+158+139=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #629E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E8B is #9D6174. Grayscale: #898989. Windows color (decimal): -10314101 or 9150050. OLE color: 9150050.

HSL color Cylindrical-coordinate representation of color #629E8B: hue angle of 161º 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 #629E8B is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB98158139-
CMYK0.3800.120.38
HSL161º23.62%50.2%-
HSV(B)161º37.97%61.96%-
XYZ21.9228.9128.85-
YUV137.89128.6299.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=24.81%
G=40%
B=35.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581390.3800.120.3816123.6250.2
Hex629E8B260C26a11832
Octal14223621346014462413062
Binary11000101001111010001011100110011001001101010000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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