Html Css Color HEX #63A189 Patina

📋 copy color: '#63A189'

red 99 ◦ green 161 ◦ blue 137

#63A189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #63A189

Tints of Patina #63A189

RGB

 RED value IS 99 (39.06% from 255) = 24.94%

 GREEN value IS 161 (63.28% from 255) = 40.55%

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 24.94%
G = 40.55%
B = 34.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#63A189 (or 0x63A189) is known color: Patina. HEX triplet: 63, A1 and 89. RGB value is (99,161,137). Sum of RGB (Red+Green+Blue) = 99+161+137=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #63A189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A189 is #9C5E76. Grayscale: #8B8B8B. Windows color (decimal): -10247799 or 9019747. OLE color: 9019747.

HSL color Cylindrical-coordinate representation of color #63A189: hue angle of 156.77º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A189 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 161 137 -
CMYK 0.39 0 0.15 0.37
HSL 156.77º 0.25% 0.51% -
HSV(B) 156.77º 0.39% 0.63% -
XYZ 22.41 29.95 28.27 -
YUV 139.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 99 161 137 0.39 0 0.15 0.37 156.77 0.25 0.51
Hex 63 A1 89 27 0 F 25 9D 19 33
Octal 143 241 211 47 0 17 45 235 31 63
Binary 1100011 10100001 10001001 100111 0 1111 100101 10011101 11001 110011

Color Harmonies of #63A189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A189

Black with #63A189

Text Example


Text Example

White with #63A189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63A189; }

 p { color: rgb(99,161,137); }

 H1.HeaderClassName
 {
   color: #63A189;
 }
 .AnyTagClassName
 {
   color: #63A189;
 }
</style>

background-color css

<style>
 a { background-color: #63A189; }

 a { background-color: rgb(99,161,137); }

 div.DivClassName
 {
   background-color: #63A189;
 }
 .BgClassName
 {
   background-color: #63A189;
 }
</style>

border-color css

<style>
 span { border-color: #63A189; }

 span { border-color: rgb(99,161,137); }

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