Html Css Color HEX #63A18D Patina

📋 copy color: '#63A18D'

red 99 ◦ green 161 ◦ blue 141

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

Shades of Patina #63A18D

Tints of Patina #63A18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 24.69%
G = 40.15%
B = 35.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#63A18D (or 0x63A18D) is known color: Patina. HEX triplet: 63, A1 and 8D. RGB value is (99,161,141). Sum of RGB (Red+Green+Blue) = 99+161+141=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #63A18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A18D is #9C5E72. Grayscale: #8C8C8C. Windows color (decimal): -10247795 or 9281891. OLE color: 9281891.

HSL color Cylindrical-coordinate representation of color #63A18D: hue angle of 160.65º 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 #63A18D is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 161 141 -
CMYK 0.39 0 0.12 0.37
HSL 160.65º 0.25% 0.51% -
HSV(B) 160.65º 0.39% 0.63% -
XYZ 22.7 30.07 29.81 -
YUV 140.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 99 161 141 0.39 0 0.12 0.37 160.65 0.25 0.51
Hex 63 A1 8D 27 0 C 25 A1 19 33
Octal 143 241 215 47 0 14 45 241 31 63
Binary 1100011 10100001 10001101 100111 0 1100 100101 10100001 11001 110011

Color Harmonies of #63A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A18D

Black with #63A18D

Text Example


Text Example

White with #63A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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