Html Css Color HEX #53A18F Lochinvar

📋 copy color: '#53A18F'

red 83 ◦ green 161 ◦ blue 143

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

Shades of Lochinvar #53A18F

Tints of Lochinvar #53A18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 21.45%
G = 41.6%
B = 36.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#53A18F (or 0x53A18F) is known color: Lochinvar. HEX triplet: 53, A1 and 8F. RGB value is (83,161,143). Sum of RGB (Red+Green+Blue) = 83+161+143=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #53A18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A18F is #AC5E70. Grayscale: #878787. Windows color (decimal): -11296369 or 9412947. OLE color: 9412947.

HSL color Cylindrical-coordinate representation of color #53A18F: hue angle of 166.15º 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 #53A18F is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 161 143 -
CMYK 0.48 0 0.11 0.37
HSL 166.15º 0.32% 0.48% -
HSV(B) 166.15º 0.48% 0.63% -
XYZ 21.27 29.31 30.52 -
YUV 135.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 83 161 143 0.48 0 0.11 0.37 166.15 0.32 0.48
Hex 53 A1 8F 30 0 B 25 A6 20 30
Octal 123 241 217 60 0 13 45 246 40 60
Binary 1010011 10100001 10001111 110000 0 1011 100101 10100110 100000 110000

Color Harmonies of #53A18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A18F

Black with #53A18F

Text Example


Text Example

White with #53A18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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