Html Css Color HEX #53A18D Lochinvar

📋 copy color: '#53A18D'

red 83 ◦ green 161 ◦ blue 141

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

Shades of Lochinvar #53A18D

Tints of Lochinvar #53A18D

RGB

 RED value IS 83 (32.81% from 255) = 21.56%

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

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

R = 21.56%
G = 41.82%
B = 36.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#53A18D (or 0x53A18D) is known color: Lochinvar. HEX triplet: 53, A1 and 8D. RGB value is (83,161,141). Sum of RGB (Red+Green+Blue) = 83+161+141=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #53A18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A18D is #AC5E72. Grayscale: #878787. Windows color (decimal): -11296371 or 9281875. OLE color: 9281875.

HSL color Cylindrical-coordinate representation of color #53A18D: hue angle of 164.62º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A18D is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 161 141 -
CMYK 0.48 0 0.12 0.37
HSL 164.62º 0.32% 0.48% -
HSV(B) 164.62º 0.48% 0.63% -
XYZ 21.12 29.25 29.73 -
YUV 135.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 83 161 141 0.48 0 0.12 0.37 164.62 0.32 0.48
Hex 53 A1 8D 30 0 C 25 A5 20 30
Octal 123 241 215 60 0 14 45 245 40 60
Binary 1010011 10100001 10001101 110000 0 1100 100101 10100101 100000 110000

Color Harmonies of #53A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A18D

Black with #53A18D

Text Example


Text Example

White with #53A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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